Changeset 47219 for trunk/src/wp-includes/nav-menu-template.php
- Timestamp:
- 02/09/2020 04:52:28 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/nav-menu-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/nav-menu-template.php
r47122 r47219 29 29 * @type string $container_class Class that is applied to the container. Default 'menu-{menu slug}-container'. 30 30 * @type string $container_id The ID that is applied to the container. Default empty. 31 * @type callable|bool $fallback_cb If the menu doesn't exist s, a callback function will fire.31 * @type callable|bool $fallback_cb If the menu doesn't exist, a callback function will fire. 32 32 * Default is 'wp_page_menu'. Set to false for no fallback. 33 33 * @type string $before Text before the link markup. Default empty.
Note: See TracChangeset
for help on using the changeset viewer.