Changeset 5967 for trunk/wp-admin/post.php
- Timestamp:
- 08/29/2007 05:24:42 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/post.php
r5875 r5967 38 38 if ( isset($_POST['save']) ) 39 39 $location = "post.php?action=edit&post=$post_ID"; 40 41 if ( empty($post_ID) ) 42 $location = 'post-new.php'; 40 43 41 44 wp_redirect($location);
Note: See TracChangeset
for help on using the changeset viewer.