Changeset 5492
- Timestamp:
- 05/19/07 04:38:51 (1 year ago)
- Files:
-
- branches/2.2/wp-includes/functions.php (modified) (1 diff)
- trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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 } trunk/wp-includes/functions.php
r5462 r5492 1527 1527 function wp_widgets_add_menu() { 1528 1528 global $submenu; 1529 $submenu['themes.php'][7] = array( __( 'Widgets' ), ' edit_themes', 'widgets.php' );1529 $submenu['themes.php'][7] = array( __( 'Widgets' ), 'switch_themes', 'widgets.php' ); 1530 1530 ksort($submenu['themes.php'], SORT_NUMERIC); 1531 1531 }
