Make WordPress Core

Changeset 8707


Ignore:
Timestamp:
08/22/2008 03:48:00 AM (16 years ago)
Author:
ryan
Message:

Move Install Plugins menu to the bottom. see #7552

File:
1 edited

Legend:

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

    r8705 r8707  
    5252    $submenu['themes.php'][5]  = array(__('Themes'), 'switch_themes', 'themes.php');
    5353    $submenu['themes.php'][10] = array(__('Theme Editor'), 'edit_themes', 'theme-editor.php');
    54 $submenu['plugins.php'][15] = array(__('Install Plugins'), 'install_plugins', 'plugin-install.php');
    5554
    5655$menu[15] = array( __('Utilities'), 'read', 'users.php' ); // placeholder - should be inbox
     
    7574    $submenu['plugins.php'][5]  = array( __('Plugins'), 'activate_plugins', 'plugins.php' );
    7675    $submenu['plugins.php'][10] = array( __('Plugin Editor'), 'edit_plugins', 'plugin-editor.php' );
     76    $submenu['plugins.php'][15] = array(__('Install Plugins'), 'install_plugins', 'plugin-install.php');
    7777
    7878do_action('_admin_menu');
Note: See TracChangeset for help on using the changeset viewer.