Changeset 60033
- Timestamp:
- 03/17/2025 08:09:39 PM (14 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/default-filters.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r60003 r60033 566 566 // Post. 567 567 add_action( 'init', 'create_initial_post_types', 0 ); // Highest priority. 568 add_action( 'init', 'wp_set_editor_default_mode', 1 ); // Run after registering post types. 568 569 add_action( 'admin_menu', '_add_post_type_submenus' ); 569 570 add_action( 'before_delete_post', '_reset_front_page_settings_for_post' ); … … 741 742 add_action( 'wp_footer', 'the_block_template_skip_link' ); // Retained for backwards-compatibility. Unhooked by wp_enqueue_block_template_skip_link(). 742 743 add_action( 'after_setup_theme', 'wp_enable_block_templates', 1 ); 743 add_action( 'after_setup_theme', 'wp_set_editor_default_mode', 2 ); // Run after enabling block templates.744 744 add_action( 'wp_loaded', '_add_template_loader_filters' ); 745 745
Note: See TracChangeset
for help on using the changeset viewer.