Changeset 14814 for trunk/wp-includes/default-filters.php
- Timestamp:
- 05/23/2010 07:49:21 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-filters.php
r14295 r14814 236 236 237 237 // Redirect Old Slugs 238 add_action( 'template_redirect', 'wp_old_slug_redirect' ); 239 add_action( 'edit_post', 'wp_check_for_changed_slugs' ); 240 add_action( 'edit_form_advanced', 'wp_remember_old_slug' ); 241 add_action( 'init', '_show_post_preview' ); 238 add_action( 'template_redirect', 'wp_old_slug_redirect' ); 239 add_action( 'post_updated', 'wp_check_for_changed_slugs', 12, 3 ); 240 241 // Nonce check for Post Previews 242 add_action( 'init', '_show_post_preview' ); 242 243 243 244 // Timezone
Note: See TracChangeset
for help on using the changeset viewer.