Make WordPress Core


Ignore:
Timestamp:
02/20/2010 09:57:43 PM (15 years ago)
Author:
wpmuguru
Message:

introduce custom menus, props jeffikus, See #11817

File:
1 edited

Legend:

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

    r13217 r13257  
    109109    $submenu['themes.php'][10] = array(_x('Editor', 'theme editor'), 'edit_themes', 'theme-editor.php');
    110110    $submenu['themes.php'][15] = array(__('Add New Themes'), 'install_themes', 'theme-install.php');
     111    $submenu['themes.php'][20] = array(__('Custom Navigation'), 'switch_themes', 'custom-navigation.php');
    111112
    112113$update_plugins = get_site_transient( 'update_plugins' );
Note: See TracChangeset for help on using the changeset viewer.