diff --git a/wp-admin/includes/nav-menu.php b/wp-admin/includes/nav-menu.php index 65dd8066e..393b1d22a 100644 --- a/wp-admin/includes/nav-menu.php +++ b/wp-admin/includes/nav-menu.php @@ -407,7 +407,7 @@ function wp_nav_menu_locations_meta_box() { $menu_locations = get_nav_menu_locations(); $num_locations = count( array_keys($locations) ); - echo '

' . sprintf( _n('Your theme supports %s menu. Select where you would like it to appear.', 'Your theme supports %s menus. Select where you would like them to appear.', $num_locations), number_format_i18n($num_locations) ) . '

'; + echo '

' . sprintf( _n('Your theme supports %s menu. Select where you would like it to appear.', 'Your theme supports %s menus. Select where you would like them to appear.', $num_locations), number_format_i18n($num_locations) ) . '

'; foreach ( $locations as $location => $description ) { ?>