Changeset 56758 for branches/6.3/src/wp-includes/default-filters.php
- Timestamp:
- 10/02/2023 10:54:29 PM (22 months ago)
- Location:
- branches/6.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.3
- Property svn:mergeinfo changed
/trunk merged: 56529,56757
- Property svn:mergeinfo changed
-
branches/6.3/src/wp-includes/default-filters.php
r56140 r56758 534 534 add_action( 'transition_post_status', '_wp_keep_alive_customize_changeset_dependent_auto_drafts', 20, 3 ); 535 535 536 // Block Theme Previews. 537 add_action( 'plugins_loaded', 'wp_initialize_theme_preview_hooks', 1 ); 538 536 539 // Calendar widget cache. 537 540 add_action( 'save_post', 'delete_get_calendar_cache' );
Note: See TracChangeset
for help on using the changeset viewer.