Changeset 59968 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 03/11/2025 12:31:07 PM (12 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/default-filters.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r59838 r59968 738 738 add_action( 'wp_footer', 'the_block_template_skip_link' ); // Retained for backwards-compatibility. Unhooked by wp_enqueue_block_template_skip_link(). 739 739 add_action( 'after_setup_theme', 'wp_enable_block_templates', 1 ); 740 add_action( 'after_setup_theme', 'wp_set_editor_default_mode', 2 ); // Run after enabling block templates. 740 741 add_action( 'wp_loaded', '_add_template_loader_filters' ); 741 742
Note: See TracChangeset
for help on using the changeset viewer.