Changeset 53391
- Timestamp:
- 05/11/2022 01:20:13 PM (2 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/nav-menus.php
r53186 r53391 625 625 626 626 $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>'; 627 $menu_management .= '<ul><li>' . __( 'To edit an existing menu, <strong>choose a menu from the drop 627 $menu_management .= '<ul><li>' . __( 'To edit an existing menu, <strong>choose a menu from the dropdown and click Select</strong>' ) . '</li>'; 628 628 $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>'; 629 629 $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>'; … … 653 653 else : // Locations tab. 654 654 $locations_overview = '<p>' . __( 'This screen is used for globally assigning menus to locations defined by your theme.' ) . '</p>'; 655 $locations_overview .= '<ul><li>' . __( 'To assign menus to one or more theme locations, <strong>select a menu from each location’s drop 655 $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>'; 656 656 $locations_overview .= '<li>' . __( 'To edit a menu currently assigned to a theme location, <strong>click the adjacent ’Edit’ link</strong>' ) . '</li>'; 657 657 $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>'; -
trunk/src/wp-includes/post-template.php
r53318 r53391 1205 1205 1206 1206 /** 1207 * Filters the HTML output of a list of pages as a drop 1207 * Filters the HTML output of a list of pages as a dropdown. 1208 1208 * 1209 1209 * @since 2.1.0 1210 1210 * @since 4.4.0 `$parsed_args` and `$pages` added as arguments. 1211 1211 * 1212 * @param string $output HTML output for drop 1212 * @param string $output HTML output for dropdown list of pages. 1213 1213 * @param array $parsed_args The parsed arguments array. See wp_dropdown_pages() 1214 1214 * for information on accepted arguments.
Note: See TracChangeset
for help on using the changeset viewer.