Changeset 11731 for trunk/wp-admin/comment.php
- Timestamp:
- 07/21/2009 03:11:12 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/comment.php
r11721 r11731 45 45 comment_footer_die( __('You are not allowed to edit comments on this post.') ); 46 46 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 47 50 $comment = get_comment_to_edit( $comment_id ); 48 51
Note: See TracChangeset
for help on using the changeset viewer.