Changeset 31264 for trunk/src/wp-includes/comment.php
- Timestamp:
- 01/21/2015 11:17:08 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r31263 r31264 1926 1926 $compacted = compact( 'comment_post_ID', 'comment_author', 'comment_author_email', 'comment_author_url', 'comment_author_IP', 'comment_date', 'comment_date_gmt', 'comment_content', 'comment_karma', 'comment_approved', 'comment_agent', 'comment_type', 'comment_parent', 'user_id' ); 1927 1927 if ( ! $wpdb->insert( $wpdb->comments, $compacted ) ) { 1928 $fields = array( 'comment_author', 'comment_ content' );1928 $fields = array( 'comment_author', 'comment_author_email', 'comment_author_url', 'comment_content' ); 1929 1929 1930 1930 foreach( $fields as $field ) {
Note: See TracChangeset
for help on using the changeset viewer.