Make WordPress Core


Ignore:
Timestamp:
10/01/2009 11:44:18 AM (16 years ago)
Author:
markjaquith
Message:

Surface "Move to Trash" link for posts/pages immediately after first autosave fires. Props cross country flight. fixes #10344

File:
1 edited

Legend:

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

    r11923 r11986  
    196196
    197197    $sendback = wp_get_referer();
    198     if ( strpos($sendback, 'post.php') !== false )
     198    if ( strpos($sendback, 'post.php') !== false || strpos($sendback, 'post-new.php') !== false )
    199199        $sendback = admin_url('edit.php?trashed=1');
    200200    else
Note: See TracChangeset for help on using the changeset viewer.