Changeset 8483
- Timestamp:
- 07/29/2008 01:14:28 AM (16 years ago)
- Location:
- branches/crazyhorse/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/crazyhorse/wp-admin/edit-form-advanced.php
r8475 r8483 10 10 $messages[5] = sprintf( __('Post restored to revision from %s'), wp_post_revision_title( $_GET['revision'], false ) ); 11 11 $messages[6] = __('Post published.'); 12 $messages[7] = __('Post saved.'); 12 13 13 14 $notice = false; -
branches/crazyhorse/wp-admin/post.php
r8482 r8483 47 47 } elseif ($action == 'editattachment') { 48 48 $location = 'attachments.php'; 49 } elseif ( 'post-quickpress-save-cont' == $_POST['action'] ) { 50 $location = "post.php?action=edit&post=$post_ID&message=7"; 49 51 } else { 50 52 $location = "post.php?action=edit&post=$post_ID&message=4";
Note: See TracChangeset
for help on using the changeset viewer.