Changeset 19856
- Timestamp:
- 02/07/2012 07:13:30 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/comment.php
r19782 r19856 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
Note: See TracChangeset
for help on using the changeset viewer.