Ticket #35908: 35908.diff
| File 35908.diff, 469 bytes (added by , 10 years ago) |
|---|
-
wp-includes/comment.php
1661 1661 * 1662 1662 * @since 1.5.0 1663 1663 * 1664 * @param int$comment_content The comment content.1664 * @param string $comment_content The comment content. 1665 1665 */ 1666 1666 $commentdata['comment_content'] = apply_filters( 'pre_comment_content', $commentdata['comment_content'] ); 1667 1667 /**