Changeset 42589 for branches/4.9/src/wp-includes/default-filters.php
- Timestamp:
- 01/24/2018 07:11:40 AM (8 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/default-filters.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
- Property svn:mergeinfo changed
/trunk merged: 42401,42587-42588
- Property svn:mergeinfo changed
-
branches/4.9/src/wp-includes/default-filters.php
r42445 r42589 343 343 add_action( 'attachment_updated', 'wp_check_for_changed_slugs', 12, 3 ); 344 344 345 // Redirect Old Dates 346 add_action( 'post_updated', 'wp_check_for_changed_dates', 12, 3 ); 347 add_action( 'attachment_updated', 'wp_check_for_changed_dates', 12, 3 ); 348 345 349 // Nonce check for Post Previews 346 350 add_action( 'init', '_show_post_preview' );
Note: See TracChangeset
for help on using the changeset viewer.