Changeset 26399 for trunk/src/wp-admin/post.php
- Timestamp:
- 11/26/2013 07:43:02 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/post.php
r26241 r26399 71 71 } 72 72 73 /** 74 * Filter the post redirect destination URL. 75 * 76 * @since 2.9.0 77 * 78 * @param string $location The destination URL. 79 * @param int $post_id The post ID. 80 */ 73 81 wp_redirect( apply_filters( 'redirect_post_location', $location, $post_id ) ); 74 82 exit;
Note: See TracChangeset
for help on using the changeset viewer.