From d55dfbf477215093d201c0bfb45ec38a7c771e3d Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 7 May 2013 09:21:04 +0000 Subject: [PATCH] Remove obsolete reference in menus help tab. props DrewAPicture. fixes #24262. git-svn-id: http://core.svn.wordpress.org/trunk@24181 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/nav-menus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/nav-menus.php b/wp-admin/nav-menus.php index 14050202f0..92d705ae59 100644 --- a/wp-admin/nav-menus.php +++ b/wp-admin/nav-menus.php @@ -489,7 +489,7 @@ if ( ! $locations_screen ) : // Main tab $menu_management = '

' . __( 'The menu management box at the top of the screen is used to control which menu is opened in the editor below.' ) . '

'; $menu_management .= ''; + $menu_management .= '
  • ' . __( 'If you haven’t yet created any menus, click the ’create a new menu’ link to get started' ) . '
  • '; $menu_management .= '

    ' . __( 'You can assign theme locations to individual menus by selecting the desired settings at the bottom of the menu editor. To assign menus to all theme locations at once, visit the Manage Locations tab at the top of the screen.' ) . '

    '; get_current_screen()->add_help_tab( array(