Rough first cut of theme browser/installer. Props DD32. see #8652

git-svn-id: http://svn.automattic.com/wordpress/trunk@10553 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2009-02-11 23:10:11 +00:00
parent 56bce2a700
commit 7bb01e4c48
6 changed files with 1003 additions and 1 deletions
+1
View File
@@ -57,6 +57,7 @@ $menu[39] = array( '', 'read', '', '', 'wp-menu-separator' );
$menu[40] = array( __('Appearance'), 'switch_themes', 'themes.php', '', 'menu-top', 'menu-appearance', 'div' );
$submenu['themes.php'][5] = array(__('Themes'), 'switch_themes', 'themes.php');
$submenu['themes.php'][10] = array(__('Editor'), 'edit_themes', 'theme-editor.php');
$submenu['themes.php'][15] = array(__('Add New Themes'), 'install_themes', 'theme-install.php');
$update_plugins = get_transient( 'update_plugins' );
$update_count = 0;