Changeset 22088
- Timestamp:
- 10/01/2012 02:26:45 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment.php
r22087 r22088 264 264 elseif ( 'approve' == $status ) 265 265 $approved = "comment_approved = '1'"; 266 elseif ( 'all' == $status )267 $approved = "( comment_approved = '0' OR comment_approved = '1' )";268 elseif ( 'full' == $status )269 $approved = '0 = 0';270 266 elseif ( ! empty( $status ) ) 271 267 $approved = $wpdb->prepare( "comment_approved = %s", $status );
Note: See TracChangeset
for help on using the changeset viewer.