Make WordPress Core


Ignore:
Timestamp:
09/05/2004 12:24:28 AM (21 years ago)
Author:
saxmatt
Message:

Massive options cleanup and another step of cleaning up the upgrade/install.

File:
1 edited

Legend:

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

    r1573 r1599  
    3737$submenu['options-general.php'][15] = array(__('Reading'), 5, 'options-reading.php');
    3838$submenu['options-general.php'][20] = array(__('Discussion'), 5, 'options-discussion.php');
    39 $submenu['options-general.php'][25] = array(__('Miscellaneous'), 5, 'options-misc.php');
    40 $submenu['options-general.php'][30] = array(__('Permalinks'), 5, 'options-permalink.php');
    41 $submenu['options-general.php'][35] = array(__('Link Manager'), 5, 'options.php?option_group_id=8');
     39$submenu['options-general.php'][25] = array(__('Permalinks'), 5, 'options-permalink.php');
     40$submenu['options-general.php'][30] = array(__('Miscellaneous'), 5, 'options-misc.php');
    4241
    4342$self = preg_replace('|.*/wp-admin/|i', '', $_SERVER['PHP_SELF']);
Note: See TracChangeset for help on using the changeset viewer.