Changeset 46596 for trunk/src/wp-includes/nav-menu-template.php
- Timestamp:
- 10/26/2019 09:07:10 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/nav-menu-template.php
r46134 r46596 170 170 * @since 3.0.0 171 171 * 172 * @param array$tags The acceptable HTML tags for use as menu containers.173 * Default is array containing 'div' and 'nav'.172 * @param string[] $tags The acceptable HTML tags for use as menu containers. 173 * Default is array containing 'div' and 'nav'. 174 174 */ 175 175 $allowed_tags = apply_filters( 'wp_nav_menu_container_allowedtags', array( 'div', 'nav' ) );
Note: See TracChangeset
for help on using the changeset viewer.