Changeset 52272 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 11/29/2021 10:04:48 PM (2 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 18 18 # Files for local environment config 19 19 /docker-compose.override.yml 20 .idea
-
- Property svn:ignore
-
trunk/src/wp-includes/default-filters.php
r52160 r52272 682 682 add_action( 'setup_theme', 'wp_enable_block_templates' ); 683 683 684 // Navigation areas.685 add_action( 'setup_theme', '_wp_register_default_navigation_areas' );686 add_action( 'switch_theme', '_wp_migrate_menu_to_navigation_post', 99, 3 );687 688 684 unset( $filter, $action );
Note: See TracChangeset
for help on using the changeset viewer.