Make WordPress Core


Ignore:
Timestamp:
09/22/2004 06:33:54 AM (22 years ago)
Author:
saxmatt
Message:

Some file editor improvements. New: Recently edited and editor sidebar.

File:
1 edited

Legend:

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

    r1648 r1703  
    1515$menu[35] = array(__('Plugins'), 8, 'plugins.php');
    1616$menu[40] = array(__('Presentation'), 8, 'themes.php');
    17 $menu[45] = array(__('Templates'), 4, 'templates.php');
    18 $menu[50] = array(__('Upload'), get_settings('fileupload_minlevel'), 'upload.php');
     17$menu[45] = array(__('Upload'), get_settings('fileupload_minlevel'), 'upload.php');
    1918ksort($menu); // So other files can plugin
    2019
     
    4342$submenu['themes.php'][5] = array(__('Themes'), 5, 'themes.php');
    4443$submenu['themes.php'][10] = array(__('Theme Editor'), 5, 'theme-editor.php');
     44$submenu['themes.php'][15] = array(__('Other Files'), 5, 'templates.php');
    4545
    4646$self = preg_replace('|.*/wp-admin/|i', '', $_SERVER['PHP_SELF']);
Note: See TracChangeset for help on using the changeset viewer.