Changeset 639
- Timestamp:
- 12/22/2003 05:04:18 AM (22 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
-
edit-form.php (modified) (1 diff)
-
post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form.php
r636 r639 66 66 $form_trackback = ''; 67 67 } 68 $saveasdraft = '<input name="save" type="submit" id="save" tabindex="6" value="Save and Continue Editing" />'; 68 69 break; 69 70 case "editcomment": -
trunk/wp-admin/post.php
r636 r639 342 342 } // end if publish 343 343 344 345 $location = "Location: post.php"; 346 header ($location); 344 if ($HTTP_POST_VARS['save']) { 345 $location = $HTTP_SERVER_VARS['HTTP_REFERER']; 346 } else { 347 $location = 'post.php'; 348 } 349 header ('Location: ' . $location); 347 350 break; 348 351
Note: See TracChangeset
for help on using the changeset viewer.