Changeset 13353 for trunk/wp-includes/comment.php
- Timestamp:
- 02/24/2010 12:18:18 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment.php
r13242 r13353 1383 1383 1384 1384 $data = compact('comment_content', 'comment_author', 'comment_author_email', 'comment_approved', 'comment_karma', 'comment_author_url', 'comment_date', 'comment_date_gmt'); 1385 $wpdb->update($wpdb->comments, $data, compact('comment_ID')); 1386 1387 $rval = $wpdb->rows_affected; 1385 $rval = $wpdb->update( $wpdb->comments, $data, compact( 'comment_ID' ) ); 1388 1386 1389 1387 clean_comment_cache($comment_ID);
Note: See TracChangeset
for help on using the changeset viewer.