Changeset 17613 for trunk/wp-includes/comment.php
- Timestamp:
- 04/06/2011 05:44:29 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment.php
r17053 r17613 1395 1395 } 1396 1396 1397 $comment_old = wp_clone(get_comment($comment_id));1397 $comment_old = clone get_comment($comment_id); 1398 1398 1399 1399 if ( !$wpdb->update( $wpdb->comments, array('comment_approved' => $status), array('comment_ID' => $comment_id) ) ) {
Note: See TracChangeset
for help on using the changeset viewer.