From 23d2b353d6840dc04cdeecf21e063ec914ce3e36 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Mon, 5 Aug 2013 22:02:34 +0000 Subject: [PATCH] Adjust menus help text to reflect how a menu item is actually edited. props nullvariable, fixes #24935. git-svn-id: https://develop.svn.wordpress.org/trunk@24981 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 8fd84516e8..d012487806 100644 --- a/wp-admin/nav-menus.php +++ b/wp-admin/nav-menus.php @@ -498,7 +498,7 @@ if ( ! $locations_screen ) : // Main tab ) ); $editing_menus = '

' . __( 'Each custom menu may contain a mix of links to pages, categories, custom URLs or other content types. Menu links are added by selecting items from the expanding boxes in the left-hand column below.' ) . '

'; - $editing_menus .= '

' . __( 'Clicking the title of any menu item in the editor will reveal a standard group of settings. Additional settings such as link target, CSS classes, link relationships, and link descriptions can be enabled and disabled via the Screen Options tab.' ) . '

'; + $editing_menus .= '

' . __( 'Clicking the arrow to the right of any menu item in the editor will reveal a standard group of settings. Additional settings such as link target, CSS classes, link relationships, and link descriptions can be enabled and disabled via the Screen Options tab.' ) . '

'; $editing_menus .= '