Make WordPress Core

Changeset 12248


Ignore:
Timestamp:
11/20/2009 09:59:34 PM (16 years ago)
Author:
ryan
Message:

Restore 'Add New Themes' menu name. Props nacin. fixes #10738

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/menu.php

    r12231 r12248  
    7171    $submenu['themes.php'][5]  = array(__('Themes'), 'switch_themes', 'themes.php');
    7272    $submenu['themes.php'][10] = array(__('Editor'), 'edit_themes', 'theme-editor.php');
    73     $submenu['themes.php'][15] = array(_x('Add New', 'theme'), 'install_themes', 'theme-install.php');
     73    $submenu['themes.php'][15] = array(__('Add New Themes'), 'install_themes', 'theme-install.php');
    7474
    7575$update_plugins = get_transient( 'update_plugins' );
Note: See TracChangeset for help on using the changeset viewer.