From e2dde2765cd12140ddf014ecd33416b94e9f45fc Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 7 May 2013 14:55:14 +0000 Subject: [PATCH] Update the instructions on Edit Menus screen. props DrewAPicture. fixes #24261. git-svn-id: http://core.svn.wordpress.org/trunk@24185 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 4ab33ff016..79ed9d6289 100644 --- a/wp-admin/includes/nav-menu.php +++ b/wp-admin/includes/nav-menu.php @@ -1131,7 +1131,7 @@ function wp_get_nav_menu_to_edit( $menu_id = 0 ) { $menu_items = wp_get_nav_menu_items( $menu->term_id, array('post_status' => 'any') ); $result = '
' : '">'; - $result .= '

' . __( 'Next, add menu items (i.e. pages, links, categories) from the column on the left.' ) . '

'; + $result .= '

' . __( 'Add menu items (i.e. pages, links, categories) from the column on the left.' ) . '

'; $result .= '
'; if( empty($menu_items) )