Ticket #30929: 30929.diff
File 30929.diff, 568 bytes (added by , 10 years ago) |
---|
-
src/wp-includes/class-wp-customize-manager.php
diff --git src/wp-includes/class-wp-customize-manager.php src/wp-includes/class-wp-customize-manager.php index 60303e6..5d68f1c 100644
final class WP_Customize_Manager { 1159 1159 ) ); 1160 1160 1161 1161 if ( $menus ) { 1162 $choices = array( 0=> __( '— Select —' ) );1162 $choices = array( '' => __( '— Select —' ) ); 1163 1163 foreach ( $menus as $menu ) { 1164 1164 $choices[ $menu->term_id ] = wp_html_excerpt( $menu->name, 40, '…' ); 1165 1165 }