Ticket #25229: comment-php.patch
File comment-php.patch, 677 bytes (added by , 11 years ago) |
---|
-
wp-admin/includes/comment.php
83 83 $comment->comment_post_ID = (int) $comment->comment_post_ID; 84 84 85 85 $comment->comment_content = format_to_edit( $comment->comment_content ); 86 87 /** 88 * The comment content before editing. 89 * 90 * @since 2.0.0 91 * 92 * @param string $comment->comment_content Comment content. 93 */ 86 94 $comment->comment_content = apply_filters( 'comment_edit_pre', $comment->comment_content); 87 95 88 96 $comment->comment_author = format_to_edit( $comment->comment_author );