Changeset 1480941
- Timestamp:
- 08/22/2016 05:29:51 PM (10 years ago)
- Location:
- admin-right-click-menu/tags/1.3
- Files:
-
- 1 deleted
- 3 copied
-
. (copied) (copied from admin-right-click-menu/trunk)
-
1.1 (deleted)
-
admin-right-click-menu.php (copied) (copied from admin-right-click-menu/trunk/admin-right-click-menu.php) (2 diffs)
-
readme.txt (copied) (copied from admin-right-click-menu/trunk/readme.txt) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
admin-right-click-menu/tags/1.3/admin-right-click-menu.php
r1479906 r1480941 6 6 Author: Thor Sarup 7 7 License: GPL3 8 Version: 1. 28 Version: 1.3 9 9 10 10 This program is free software: you can redistribute it and/or modify … … 84 84 $wp_admin_bar->remove_menu('search'); 85 85 } 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 ) 88 88 $wp_admin_bar->remove_menu('updates'); 89 89 } -
admin-right-click-menu/tags/1.3/readme.txt
r1479940 r1480941 25 25 26 26 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 27 38 == Screenshots == 28 39
Note: See TracChangeset
for help on using the changeset viewer.