Ticket #32981: comment_filter.diff
File comment_filter.diff, 398 bytes (added by , 9 years ago) |
---|
-
wp-comments-post.php
126 126 } 127 127 } 128 128 129 $comment_content = apply_filters( 'comment_content_check', $comment_content ); 130 129 131 if ( '' == $comment_content ) { 130 132 wp_die( __( '<strong>ERROR</strong>: please type a comment.' ), 200 ); 131 133 }