Changeset 42401 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 12/15/2017 08:30:50 AM (8 years 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
r42343 r42401 355 355 add_action( 'attachment_updated', 'wp_check_for_changed_slugs', 12, 3 ); 356 356 357 // Redirect Old Dates 358 add_action( 'post_updated', 'wp_check_for_changed_dates', 12, 3 ); 359 add_action( 'attachment_updated', 'wp_check_for_changed_dates', 12, 3 ); 360 357 361 // Nonce check for Post Previews 358 362 add_action( 'init', '_show_post_preview' );
Note: See TracChangeset
for help on using the changeset viewer.