Changeset 8992 for trunk/wp-admin/post.php
- Timestamp:
- 09/26/2008 09:53:26 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/post.php
r8834 r8992 62 62 $location = $_POST['referredby']; 63 63 $location = remove_query_arg('_wp_original_http_referer', $location); 64 if ( false !== strpos($location, 'edit.php') )64 if ( false !== strpos($location, 'edit.php') || false !== strpos($location, 'edit-post-drafts.php') ) 65 65 $location = add_query_arg('posted', $post_ID, $location); 66 66 elseif ( false !== strpos($location, 'wp-admin') )
Note: See TracChangeset
for help on using the changeset viewer.