Make WordPress Core


Ignore:
Timestamp:
08/04/2008 09:01:09 PM (16 years ago)
Author:
westi
Message:

Plugin Install GSOC project first code drop. Props DD32 see #6015.

File:
1 edited

Legend:

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

    r8305 r8540  
    7171$submenu['plugins.php'][5] = array(__('Plugins'), 'activate_plugins', 'plugins.php');
    7272$submenu['plugins.php'][10] = array(__('Plugin Editor'), 'edit_plugins', 'plugin-editor.php');
     73$submenu['plugins.php'][15] = array(__('Install Plugins'), 'install_plugins', 'plugin-install.php');
    7374
    7475$submenu['themes.php'][5] = array(__('Themes'), 'switch_themes', 'themes.php');
Note: See TracChangeset for help on using the changeset viewer.