Changeset 8483 for branches/crazyhorse/wp-admin/post.php
- Timestamp:
- 07/29/2008 01:14:28 AM (18 years ago)
- File:
-
- 1 edited
-
branches/crazyhorse/wp-admin/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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.