Changeset 12292 for trunk/wp-includes/comment.php
- Timestamp:
- 11/29/2009 08:05:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment.php
r12290 r12292 1263 1263 } 1264 1264 1265 $comment_old = get_comment($comment_id);1265 $comment_old = wp_clone(get_comment($comment_id)); 1266 1266 1267 1267 if ( !$wpdb->update( $wpdb->comments, array('comment_approved' => $status), array('comment_ID' => $comment_id) ) ) {
Note: See TracChangeset
for help on using the changeset viewer.