Changeset 52369 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 12/14/2021 09:47:51 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r52364 r52369 515 515 // Theme. 516 516 add_action( 'setup_theme', 'create_initial_theme_features', 0 ); 517 add_action( 'setup_theme', '_add_default_theme_supports', 1 ); 517 518 add_action( 'wp_loaded', '_custom_header_background_just_in_time' ); 518 519 add_action( 'wp_head', '_custom_logo_header_styles' );
Note: See TracChangeset
for help on using the changeset viewer.