Make WordPress Core


Ignore:
Timestamp:
02/11/2009 11:10:11 PM (16 years ago)
Author:
ryan
Message:

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

File:
1 edited

Legend:

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

    r10515 r10553  
    5858    $submenu['themes.php'][5]  = array(__('Themes'), 'switch_themes', 'themes.php');
    5959    $submenu['themes.php'][10] = array(__('Editor'), 'edit_themes', 'theme-editor.php');
     60    $submenu['themes.php'][15] = array(__('Add New Themes'), 'install_themes', 'theme-install.php');
    6061
    6162$update_plugins = get_transient( 'update_plugins' );
Note: See TracChangeset for help on using the changeset viewer.