Changeset 158469
- Timestamp:
- 09/27/2009 10:37:42 PM (17 years ago)
- Location:
- disable-upgrade-reminder
- Files:
-
- 2 edited
-
tags/0.2/disable-upgrade-reminder.php (modified) (2 diffs)
-
trunk/disable-upgrade-reminder.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
disable-upgrade-reminder/tags/0.2/disable-upgrade-reminder.php
r158468 r158469 5 5 Description: Disable upgrade reminder is a plugin that disables the upgrade reminder at the top of the WordPress interface for all users except administrators. It's useful for any situation when you don't want anybody except admins worrying about available updates. 6 6 Author: Jeremy Massel 7 Version: 0. 17 Version: 0.2 8 8 Author URI: http://www.masseltech.com/ 9 9 */ … … 24 24 25 25 26 add_action(' template_redirect', 'do_disableUpgradeReminder');26 add_action('admin_init', 'do_disableUpgradeReminder'); 27 27 28 28 -
disable-upgrade-reminder/trunk/disable-upgrade-reminder.php
r158465 r158469 5 5 Description: Disable upgrade reminder is a plugin that disables the upgrade reminder at the top of the WordPress interface for all users except administrators. It's useful for any situation when you don't want anybody except admins worrying about available updates. 6 6 Author: Jeremy Massel 7 Version: 0. 17 Version: 0.2 8 8 Author URI: http://www.masseltech.com/ 9 9 */ … … 24 24 25 25 26 add_action(' template_redirect', 'do_disableUpgradeReminder');26 add_action('admin_init', 'do_disableUpgradeReminder'); 27 27 28 28
Note: See TracChangeset
for help on using the changeset viewer.