Changeset 16847 for trunk/wp-admin/post.php
- Timestamp:
- 12/09/2010 06:02:54 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/post.php
r16008 r16847 86 86 87 87 wp_redirect( apply_filters( 'redirect_post_location', $location, $post_id ) ); 88 exit; 88 89 } 89 90 … … 266 267 267 268 default: 268 269 wp_redirect( admin_url('edit.php') ); 269 270 exit(); 270 271 break;
Note: See TracChangeset
for help on using the changeset viewer.