Make WordPress Core

Changeset 11749 for trunk/wp-app.php


Ignore:
Timestamp:
07/30/2009 01:39:34 PM (15 years ago)
Author:
azaozz
Message:

Trash status updates for posts, pages, comments and attachments, props caesarsgrunt, see #4529

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-app.php

    r11416 r11749  
    12321232        header('Content-Type: text/plain');
    12331233        status_header('204');
    1234         echo "Deleted.";
     1234        echo "Moved to Trash.";
    12351235        exit;
    12361236    }
Note: See TracChangeset for help on using the changeset viewer.