Make WordPress Core


Ignore:
Timestamp:
07/29/2008 01:14:28 AM (18 years ago)
Author:
mdawaffe
Message:

crazyhorse: better message for save and continue from quickpress

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/crazyhorse/wp-admin/post.php

    r8482 r8483  
    4747    } elseif ($action == 'editattachment') {
    4848        $location = 'attachments.php';
     49    } elseif ( 'post-quickpress-save-cont' == $_POST['action'] ) {
     50        $location = "post.php?action=edit&post=$post_ID&message=7";
    4951    } else {
    5052        $location = "post.php?action=edit&post=$post_ID&message=4";
Note: See TracChangeset for help on using the changeset viewer.