Changeset 5492 for branches/2.2/wp-includes/functions.php
- Timestamp:
- 05/19/2007 04:38:51 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2/wp-includes/functions.php
r5463 r5492 1508 1508 function wp_widgets_add_menu() { 1509 1509 global $submenu; 1510 $submenu['themes.php'][7] = array( __( 'Widgets' ), ' edit_themes', 'widgets.php' );1510 $submenu['themes.php'][7] = array( __( 'Widgets' ), 'switch_themes', 'widgets.php' ); 1511 1511 ksort($submenu['themes.php'], SORT_NUMERIC); 1512 1512 }
Note: See TracChangeset
for help on using the changeset viewer.