Changeset 12260
- Timestamp:
- 11/22/2009 10:30:27 PM (15 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/page.php
r12247 r12260 65 65 } 66 66 67 wp_redirect( $location);67 wp_redirect( apply_filters( 'redirect_page_location', $location, $page_ID ) ); 68 68 } 69 69 -
trunk/wp-admin/post.php
r12182 r12260 70 70 } 71 71 72 wp_redirect( $location);72 wp_redirect( apply_filters( 'redirect_post_location', $location, $post_ID ) ); 73 73 } 74 74
Note: See TracChangeset
for help on using the changeset viewer.