Changeset 15946 for trunk/wp-admin/options-general.php
- Timestamp:
- 10/24/2010 07:20:52 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-general.php
r15889 r15946 22 22 * 23 23 * @package WordPress 24 * @subpackage General_Settings_ Panel24 * @subpackage General_Settings_Screen 25 25 */ 26 26 function add_js() { … … 57 57 <?php 58 58 } 59 add_ filter('admin_head', 'add_js');59 add_action('admin_head', 'add_js'); 60 60 61 61 add_contextual_help($current_screen,
Note: See TracChangeset
for help on using the changeset viewer.