Changeset 13339 for trunk/wp-admin/custom-background.php
- Timestamp:
- 02/23/2010 08:28:52 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/custom-background.php
r13316 r13339 56 56 return; 57 57 58 $page = add_theme_page(__(' Custom Background'), __('CustomBackground'), 'switch_themes', 'custom-background', array(&$this, 'admin_page'));58 $page = add_theme_page(__('Background'), __('Background'), 'switch_themes', 'custom-background', array(&$this, 'admin_page')); 59 59 60 60 add_action("admin_head-$page", array(&$this, 'take_action'), 50);
Note: See TracChangeset
for help on using the changeset viewer.