Make WordPress Core


Ignore:
Timestamp:
02/23/2010 08:28:52 PM (15 years ago)
Author:
ryan
Message:

Drop 'Custom' from menu names. Use 'Menus' instead of Navigation. see #11817

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/custom-background.php

    r13316 r13339  
    5656            return;
    5757
    58         $page = add_theme_page(__('Custom Background'), __('Custom Background'), 'switch_themes', 'custom-background', array(&$this, 'admin_page'));
     58        $page = add_theme_page(__('Background'), __('Background'), 'switch_themes', 'custom-background', array(&$this, 'admin_page'));
    5959
    6060        add_action("admin_head-$page", array(&$this, 'take_action'), 50);
Note: See TracChangeset for help on using the changeset viewer.