Make WordPress Core


Ignore:
Timestamp:
09/26/2008 09:53:26 PM (18 years ago)
Author:
ryan
Message:

Dedicated drafts page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/post.php

    r8834 r8992  
    6262        $location = $_POST['referredby'];
    6363        $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') )
    6565            $location = add_query_arg('posted', $post_ID, $location);
    6666        elseif ( false !== strpos($location, 'wp-admin') )
Note: See TracChangeset for help on using the changeset viewer.