Changeset 21938 for trunk/wp-includes/comment.php
- Timestamp:
- 09/21/2012 12:57:26 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment.php
r21792 r21938 1485 1485 $comment_approved = 1; 1486 1486 1487 $data = compact( 'comment_content', 'comment_author', 'comment_author_email', 'comment_approved', 'comment_karma', 'comment_author_url', 'comment_date', 'comment_date_gmt');1487 $data = compact( 'comment_content', 'comment_author', 'comment_author_email', 'comment_approved', 'comment_karma', 'comment_author_url', 'comment_date', 'comment_date_gmt', 'comment_parent' ); 1488 1488 $rval = $wpdb->update( $wpdb->comments, $data, compact( 'comment_ID' ) ); 1489 1489
Note: See TracChangeset
for help on using the changeset viewer.