Changeset 48189 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 06/27/2020 12:00:48 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r48171 r48189 464 464 */ 465 465 // Theme. 466 add_action( 'setup_theme', 'create_initial_theme_features', 0 ); 466 467 add_action( 'wp_loaded', '_custom_header_background_just_in_time' ); 467 468 add_action( 'wp_head', '_custom_logo_header_styles' ); … … 471 472 add_action( 'delete_attachment', '_delete_attachment_theme_mod' ); 472 473 add_action( 'transition_post_status', '_wp_keep_alive_customize_changeset_dependent_auto_drafts', 20, 3 ); 473 add_action( 'setup_theme', 'create_initial_theme_features', 0 );474 474 475 475 // Calendar widget cache.
Note: See TracChangeset
for help on using the changeset viewer.