Changeset 19593 for trunk/wp-includes/nav-menu-template.php
- Timestamp:
- 12/13/2011 11:45:31 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/nav-menu-template.php
r18746 r19593 114 114 * Optional $args contents: 115 115 * 116 * menu - The menu that is desired. 116 * menu - The menu that is desired. Accepts (matching in order) id, slug, name. Defaults to blank. 117 117 * menu_class - CSS class to use for the ul element which forms the menu. Defaults to 'menu'. 118 118 * menu_id - The ID that is applied to the ul element which forms the menu. Defaults to the menu slug, incremented. … … 126 126 * link_after - Text after the link. 127 127 * echo - Whether to echo the menu or return it. Defaults to echo. 128 * depth - how many levels of the hierarchy are to be included. 0 means all.Defaults to 0.128 * depth - how many levels of the hierarchy are to be included. 0 means all. Defaults to 0. 129 129 * walker - allows a custom walker to be specified. 130 * theme_location - the location in the theme to be used. 130 * theme_location - the location in the theme to be used. Must be registered with register_nav_menu() in order to be selectable by the user. 131 131 * items_wrap - How the list items should be wrapped. Defaults to a ul with an id and class. Uses printf() format with numbered placeholders. 132 132 *
Note: See TracChangeset
for help on using the changeset viewer.