Plugin Directory

Changeset 1480941


Ignore:
Timestamp:
08/22/2016 05:29:51 PM (10 years ago)
Author:
mouret
Message:

Update notification removed correctly

Location:
admin-right-click-menu/tags/1.3
Files:
1 deleted
3 copied

Legend:

Unmodified
Added
Removed
  • admin-right-click-menu/tags/1.3/admin-right-click-menu.php

    r1479906 r1480941  
    66Author: Thor Sarup
    77License: GPL3
    8 Version: 1.2
     8Version: 1.3
    99
    1010This program is free software: you can redistribute it and/or modify
     
    8484                    $wp_admin_bar->remove_menu('search');
    8585            }
    86             if (isset($arcm_options['hide_updates_field'])) {
    87                 if ( ( $arcm_options['hide_updates_field'] == 1 && !is_admin() ) )
     86            if (isset($arcm_options['hide_updates_menu'])) {
     87                if ( ( $arcm_options['hide_updates_menu'] == 1 && !is_admin() ) || $arcm_options['hide_updates_menu'] == 2 )
    8888                    $wp_admin_bar->remove_menu('updates');
    8989            }
  • admin-right-click-menu/tags/1.3/readme.txt

    r1479940 r1480941  
    2525
    2626
     27== Changelog ==
     28
     29= 1.0 =
     30* First version. First plug-in. First time with SVN :)
     31
     32= 1.1 =
     33* Spelling errors.
     34
     35= 1.3 =
     36* FIX: Update menu was not removed correctly.
     37
    2738== Screenshots ==
    2839
Note: See TracChangeset for help on using the changeset viewer.