Changeset 12260 for trunk/wp-admin/page.php
- Timestamp:
- 11/22/2009 10:30:27 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/page.php (modified) (1 diff)
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
Note: See TracChangeset
for help on using the changeset viewer.