Changeset 34685 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 09/29/2015 04:57:02 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r34561 r34685 295 295 296 296 // Redirect Old Slugs 297 add_action( 'template_redirect', 'wp_old_slug_redirect' ); 298 add_action( 'post_updated', 'wp_check_for_changed_slugs', 12, 3 ); 297 add_action( 'template_redirect', 'wp_old_slug_redirect' ); 298 add_action( 'post_updated', 'wp_check_for_changed_slugs', 12, 3 ); 299 add_action( 'attachment_updated', 'wp_check_for_changed_slugs', 12, 3 ); 299 300 300 301 // Nonce check for Post Previews
Note: See TracChangeset
for help on using the changeset viewer.