Ticket #10738: 10738_Add-New-Themes_regression.patch
| File 10738_Add-New-Themes_regression.patch, 724 bytes (added by , 17 years ago) |
|---|
-
menu.php
70 70 $menu[60] = array( __('Appearance'), 'switch_themes', 'themes.php', '', 'menu-top', 'menu-appearance', 'div' ); 71 71 $submenu['themes.php'][5] = array(__('Themes'), 'switch_themes', 'themes.php'); 72 72 $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'); 74 74 75 75 $update_plugins = get_transient( 'update_plugins' ); 76 76 $update_count = 0;