Changeset 38574 for trunk/src/wp-includes/nav-menu-template.php
- Timestamp:
- 09/08/2016 05:30:32 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/nav-menu-template.php
r38559 r38574 15 15 * 16 16 * @since 3.0.0 17 * @since 4.7.0 Added the `item_spacing` argument. 17 18 * 18 19 * @staticvar array $menu_id_slugs … … 41 42 * @type string $items_wrap How the list items should be wrapped. Default is a ul with an id and class. 42 43 * Uses printf() format with numbered placeholders. 43 * @type string $item_spacing Whether whitespace format the menu's HTML: 'discard' or 'preserve' (default).44 * @type string $item_spacing Whether to preserve whitespace within the menu's HTML. Accepts 'preserve' or 'discard'. Default 'preserve'. 44 45 * } 45 46 * @return object|false|void Menu output if $echo is false, false if there are no items or no menu was found.
Note: See TracChangeset
for help on using the changeset viewer.