From 9e27536540790c8c44384fd1223da360ec3e03f9 Mon Sep 17 00:00:00 2001 From: nacin Date: Mon, 24 May 2010 11:20:58 +0000 Subject: [PATCH] Styling for menu locations howto text. see #13378. git-svn-id: http://svn.automattic.com/wordpress/trunk@14834 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/nav-menu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/includes/nav-menu.php b/wp-admin/includes/nav-menu.php index 65dd8066eb..393b1d22ad 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 ) { ?>