Changeset 33734 for trunk/src/wp-includes/comment.php
- Timestamp:
- 08/25/2015 08:27:56 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r33730 r33734 2403 2403 $fields = array( 'comment_author', 'comment_author_email', 'comment_author_url', 'comment_content' ); 2404 2404 2405 foreach ( $fields as $field ) {2405 foreach ( $fields as $field ) { 2406 2406 if ( isset( $commentdata[ $field ] ) ) { 2407 2407 $commentdata[ $field ] = $wpdb->strip_invalid_text_for_column( $wpdb->comments, $field, $commentdata[ $field ] );
Note: See TracChangeset
for help on using the changeset viewer.