Changeset 61078 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 10/28/2025 01:34:00 PM (8 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
r61063 r61078 571 571 // Post. 572 572 add_action( 'init', 'create_initial_post_types', 0 ); // Highest priority. 573 add_action( 'init', '_wp_migrate_active_templates', 0 ); // Highest priority. 573 574 add_action( 'admin_menu', '_add_post_type_submenus' ); 574 575 add_action( 'before_delete_post', '_reset_front_page_settings_for_post' );
Note: See TracChangeset
for help on using the changeset viewer.