Changeset 38313
- Timestamp:
- 08/22/2016 09:03:05 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r38121 r38313 2742 2742 2743 2743 $comment_post_ID = $comment_parent = 0; 2744 $comment_author = $comment_author_email = $comment_author_url = $comment_content = $_wp_unfiltered_html_comment =null;2744 $comment_author = $comment_author_email = $comment_author_url = $comment_content = null; 2745 2745 2746 2746 if ( isset( $comment_data['comment_post_ID'] ) ) { … … 2761 2761 if ( isset( $comment_data['comment_parent'] ) ) { 2762 2762 $comment_parent = absint( $comment_data['comment_parent'] ); 2763 }2764 if ( isset( $comment_data['_wp_unfiltered_html_comment'] ) && is_string( $comment_data['_wp_unfiltered_html_comment'] ) ) {2765 $_wp_unfiltered_html_comment = trim( $comment_data['_wp_unfiltered_html_comment'] );2766 2763 } 2767 2764
Note: See TracChangeset
for help on using the changeset viewer.