Ticket #19977: 19977.diff
File 19977.diff, 615 bytes (added by , 13 years ago) |
---|
-
wp-admin/comment.php
73 73 if ( 'trash' == $comment->comment_approved ) 74 74 comment_footer_die( __('This comment is in the Trash. Please move it out of the Trash if you want to edit it.') ); 75 75 76 if ( 'spam' == $comment->comment_approved )77 comment_footer_die( __('This comment is marked as Spam. Please mark it as Not Spam if you want to edit it.') );78 79 76 $comment = get_comment_to_edit( $comment_id ); 80 77 81 78 include('./edit-form-comment.php');