Make WordPress Core

Changeset 8483


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

crazyhorse: better message for save and continue from quickpress

Location:
branches/crazyhorse/wp-admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/crazyhorse/wp-admin/edit-form-advanced.php

    r8475 r8483  
    1010$messages[5] = sprintf( __('Post restored to revision from %s'), wp_post_revision_title( $_GET['revision'], false ) );
    1111$messages[6] = __('Post published.');
     12$messages[7] = __('Post saved.');
    1213
    1314$notice = false;
  • 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.