diff --git src/wp-includes/comment-functions.php src/wp-includes/comment-functions.php
index 6b055d1..ab51eb3 100644
|
|
|
function wp_handle_comment_submission( $comment_data ) { |
| 2742 | 2742 | $comment_author = $user->display_name; |
| 2743 | 2743 | $comment_author_email = $user->user_email; |
| 2744 | 2744 | $comment_author_url = $user->user_url; |
| | 2745 | $user_ID = $user->ID; |
| 2745 | 2746 | if ( current_user_can( 'unfiltered_html' ) ) { |
| 2746 | 2747 | if ( ! isset( $comment_data['_wp_unfiltered_html_comment'] ) |
| 2747 | 2748 | || ! wp_verify_nonce( $comment_data['_wp_unfiltered_html_comment'], 'unfiltered-html-comment_' . $comment_post_ID ) |