Changeset 51047
- Timestamp:
- 05/30/2021 07:16:30 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-nav-menus.php
r49108 r51047 489 489 490 490 $num_locations = count( get_registered_nav_menus() ); 491 491 492 if ( 1 === $num_locations ) { 492 493 $locations_description = __( 'Your theme can display menus in one location.' ); … … 680 681 $locations = get_registered_nav_menus(); 681 682 $num_locations = count( $locations ); 682 if ( 1 == $num_locations ) { 683 684 if ( 1 === $num_locations ) { 683 685 $description = '<p>' . __( 'Your theme can display menus in one location. Select which menu you would like to use.' ) . '</p>'; 684 686 } else {
Note: See TracChangeset
for help on using the changeset viewer.