Ticket #25263: 25263.patch
| File 25263.patch, 545 bytes (added by , 13 years ago) |
|---|
-
wp-includes/default-widgets.php
1134 1134 $nav_menu = isset( $instance['nav_menu'] ) ? $instance['nav_menu'] : ''; 1135 1135 1136 1136 // Get menus 1137 $menus = get_terms( 'nav_menu', array( 'hide_empty' => false) );1137 $menus = wp_get_nav_menus( array( 'orderby' => 'name' ) ); 1138 1138 1139 1139 // If no menus exists, direct the user to go and create some. 1140 1140 if ( !$menus ) {
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)