Changeset 22090
- Timestamp:
- 10/01/2012 03:31:40 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment.php
r22088 r22090 264 264 elseif ( 'approve' == $status ) 265 265 $approved = "comment_approved = '1'"; 266 elseif ( ! empty( $status ) )266 elseif ( ! empty( $status ) && 'all' != $status ) 267 267 $approved = $wpdb->prepare( "comment_approved = %s", $status ); 268 268 else
Note: See TracChangeset
for help on using the changeset viewer.