Make WordPress Core


Ignore:
Timestamp:
07/21/2009 03:11:12 AM (17 years ago)
Author:
azaozz
Message:

"Trash" status for comments, first run, props caesarsgrunt, see #4529

File:
1 edited

Legend:

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

    r11721 r11731  
    4545        comment_footer_die( __('You are not allowed to edit comments on this post.') );
    4646
     47    if ( 'deleted' == $comment->comment_status )
     48        comment_footer_die( __('This comment has been deleted. Please move it out of the Trash if you want to edit it.') );
     49   
    4750    $comment = get_comment_to_edit( $comment_id );
    4851
Note: See TracChangeset for help on using the changeset viewer.