You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Menus: Improve consistency in describing menu locations.
Menu locations are referred to in various places as 'menu location', 'theme location', or 'display location'.
In some cases these are clear, because both menus and locations are described in the same text. But in other cases they are ambiguous.
Clarify ambiguous uses of 'theme location' and 'menu location' in text.
Props pavelevap, sabernhardt, DrewAPicture, egill, bridgetwillard, obenland, joedolson.
Fixes #33743.
git-svn-id: https://develop.svn.wordpress.org/trunk@61648 602fd350-edb4-49c9-b593-d223f7449a82
@@ -731,7 +731,7 @@ function wp_nav_menu_max_depth( $classes ) {
731
731
$menu_management = '<p>' . __( 'The menu management box at the top of the screen is used to control which menu is opened in the editor below.' ) . '</p>';
732
732
$menu_management .= '<ul><li>' . __( 'To edit an existing menu, <strong>choose a menu from the dropdown and click Select</strong>' ) . '</li>';
733
733
$menu_management .= '<li>' . __( 'If you have not yet created any menus, <strong>click the ’create a new menu’ link</strong> to get started' ) . '</li></ul>';
734
-
$menu_management .= '<p>' . __( 'You can assign theme locations to individual menus by <strong>selecting the desired settings</strong> at the bottom of the menu editor. To assign menus to all theme locations at once, <strong>visit the Manage Locations tab</strong> at the top of the screen.' ) . '</p>';
734
+
$menu_management .= '<p>' . __( 'You can assign individual menus to the theme’s menu locations by <strong>selecting the desired settings</strong> at the bottom of the menu editor. To assign menus to all theme menu locations at once, <strong>visit the Manage Locations tab</strong> at the top of the screen.' ) . '</p>';
735
735
736
736
get_current_screen()->add_help_tab(
737
737
array(
@@ -757,9 +757,9 @@ function wp_nav_menu_max_depth( $classes ) {
757
757
);
758
758
else : // Locations tab.
759
759
$locations_overview = '<p>' . __( 'This screen is used for globally assigning menus to locations defined by your theme.' ) . '</p>';
760
-
$locations_overview .= '<ul><li>' . __( 'To assign menus to one or more theme locations, <strong>select a menu from each location’s dropdown</strong>. When you are finished, <strong>click Save Changes</strong>' ) . '</li>';
761
-
$locations_overview .= '<li>' . __( 'To edit a menu currently assigned to a theme location, <strong>click the adjacent ’Edit’ link</strong>' ) . '</li>';
762
-
$locations_overview .= '<li>' . __( 'To add a new menu instead of assigning an existing one, <strong>click the ’Use new menu’ link</strong>. Your new menu will be automatically assigned to that theme location' ) . '</li></ul>';
760
+
$locations_overview .= '<ul><li>' . __( 'To assign menus to one or more theme menu locations, <strong>select a menu from each location’s dropdown</strong>. When you are finished, <strong>click Save Changes</strong>' ) . '</li>';
761
+
$locations_overview .= '<li>' . __( 'To edit a menu currently assigned to a theme menu location, <strong>click the adjacent ’Edit’ link</strong>' ) . '</li>';
762
+
$locations_overview .= '<li>' . __( 'To add a new menu instead of assigning an existing one, <strong>click the ’Use new menu’ link</strong>. Your new menu will be automatically assigned to that location in the theme.' ) . '</li></ul>';
763
763
764
764
get_current_screen()->add_help_tab(
765
765
array(
@@ -853,7 +853,7 @@ function wp_nav_menu_max_depth( $classes ) {
0 commit comments