Changeset 8483
- Timestamp:
- 07/29/08 01:14:28 (1 month ago)
- Files:
-
- branches/crazyhorse/wp-admin/edit-form-advanced.php (modified) (1 diff)
- branches/crazyhorse/wp-admin/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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";
