Changeset 968392
- Timestamp:
- 08/19/2014 04:21:48 PM (11 years ago)
- Location:
- clean-admin-ui/trunk
- Files:
-
- 3 edited
-
clean-admin-ui.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
-
screenshot-1.png (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
clean-admin-ui/trunk/clean-admin-ui.php
r968313 r968392 3 3 Plugin Name: Clean Admin UI 4 4 Plugin URI: http://www.arenddeboer.com/clean-admin-ui-a-new-wordpress-plugin-to-remove-admin-menu-items/ 5 Version: 1. 35 Version: 1.4 6 6 Description: Configure and remove admin menu items like posts, pages, comments 7 7 Author: Arend de Boer … … 252 252 update_option('CAUoptions', $CAUoptions); 253 253 $message = '<div id="message" class="updated"><p>Clean Admin UI settings updated.</p> 254 <p> Click <a href="'. curPageURL() .'">here</a> to refresh</p>254 <p><h2 style="color:red">Click <a href="'. curPageURL() .'">here</a> to refresh</h2></p> 255 255 </div>'; 256 256 clean_admin_ui_do_clean(); -
clean-admin-ui/trunk/readme.txt
r968313 r968392 16 16 17 17 == Changelog == 18 = 1.4 = 19 * UI update to better show refresh link after changes 18 20 = 1.3 = 19 21 * Added option to hide plugins, appearance end dashboard (for Wordpress 2.7 and higher)
Note: See TracChangeset
for help on using the changeset viewer.