Changeset 32763
- Timestamp:
- 06/14/2015 05:13:23 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/nav-menu-template.php
r32612 r32763 231 231 'depth' => 0, 'walker' => '', 'theme_location' => '' ); 232 232 233 // Prevent a fallback_cb in Customizer Preview to assist with has_nav_menu() and partial refresh. 234 if ( is_customize_preview() ) { 235 $defaults['fallback_cb'] = ''; 236 } 237 233 238 $args = wp_parse_args( $args, $defaults ); 234 239 /**
Note: See TracChangeset
for help on using the changeset viewer.