Admin Expert Mode
Version: 1.8
Allow users with access to the administration section to hide inline documentation and help text, which generally target beginning users
1.8
- Change activation admin notice to recognize if settings is already true for user and say so
- Hook 'admin_enqueue_scripts' action instead of 'admin_head' to output CSS
- Hook 'load-profile.php' to add action for the profile.php page rather than using pagenow
- Remove load_textdomain() and private static $textdomain_subdir and just load textdomain directly in do_init()
- Add version() to return plugin version
- Add register_styles(), enqueue_admin_css(), register_profile_page_hooks()
- Move all CSS into admin.css
- Remove add_css()
- Change check in maybe_save_options() to ensure profile options are being updated
- Update screenshots for WP 3.3
- Add two new screenshots
- Note compatibility through WP 3.3+
- Create 'lang' subdirectory and move .pot file into it
- Regenerate .pot
- Add link to plugin directory page to readme.txt
- Add 'Domain Path' directive to top of main plugin file
- Minor code reformatting (spacing)
- Update copyright date (2012)
1.7.2
- Fix accidental hiding of permalink rules on permalinks settings page
1.7.1
- Fix accidental hiding of submit button on permalinks settings page
1.7
- Remove more help text on Custom Header, Tools, Settings - General, and Settings - Permalinks pages
- Note compatibility through WP 3.2+
- Tiny code formatting change (spacing)
- Fix plugin homepage and author links in description in readme.txt
1.6
- Rename class from 'AdminExpertMode' to 'c2c_AdminExpertMode'
- Switch from object instantiation to direct class invocation
- Explicitly declare all functions public static and class variables private static
- Add .pot file
- Documentation tweaks
- Note compatibility through WP 3.1+
- Update copyright date (2011)
1.5
- Display notice on plugin's activation to remind admin that expert mode must be enabled for each user before it takes effect for the user
- Allow configuring of default expert mode state for all users, via 'c2c_admin_expert_mode_default' filter (initially set to false)
- Allow enabling of expert mode for all users, via 'c2c_admin_expert_mode' filter (having it return true)
- Add true localization support
- Handle text on 'Install Themes' page
- Handle text on 'Add New Plugins'
- Check for is_admin() before defining class rather than during constructor
- Add function is_admin_expert_mode_active() to encapsulate logic to determine if expert mode is active for the current user
- Change plugin description
- Instantiate object within primary class_exists() check
- Assign object instance to global variable $c2c_admin_expert_mode to allow for external manipulation
- Add PHPDoc documentation
- Note compatibility with WP 2.9+ and 3.0+
- Drop compatibility with versions of WP older than 2.8
- Minor code reformatting (spacing)
- Remove docs from top of plugin file (all that and more are in readme.txt)
- Remove trailing whitespace in header docs
- Add Changelog, Upgrade Notice, and Filters sections to readme.txt
- Fix sublist syntax usage in readme.txt
- Add package info to top of plugin file
- Update copyright date
1.1
- Additionally hide inline docs on categories and tags admin pages
- Noted WP 2.8+ compatibility
1.0
Requires: 2.8 or higher
Compatible up to: 3.3.2
Last Updated: 2011-7-12
Downloads: 1,567
Average Rating
(3 ratings)
Support
Got something to say? Need help?