Make WordPress Core


Ignore:
Timestamp:
05/06/2007 08:35:51 PM (18 years ago)
Author:
ryan
Message:

Make sure Widgets menu comes after Themes. see #4169

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/wp-admin/menu.php

    r5376 r5400  
    7070$submenu['themes.php'][10] = array(__('Theme Editor'), 'edit_themes', 'theme-editor.php');
    7171
     72do_action('_admin_menu');
     73
    7274// Create list of page plugin hook names.
    7375foreach ($menu as $menu_page) {
Note: See TracChangeset for help on using the changeset viewer.