Make WordPress Core


Ignore:
Timestamp:
08/11/2006 06:50:28 PM (18 years ago)
Author:
ryan
Message:

autosave fix ups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/post.php

    r4082 r4086  
    9999   
    100100    if ($_POST['save']) {
    101         $location = wp_get_referer();
     101        $location = "post.php?action=edit&post=$post_ID";
    102102    } elseif ($_POST['updatemeta']) {
    103103        $location = wp_get_referer() . '&message=2#postcustom';
Note: See TracChangeset for help on using the changeset viewer.