Changeset 30093 for trunk/src/wp-includes/comment.php
- Timestamp:
- 10/29/2014 07:50:31 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/comment.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r30084 r30093 356 356 } 357 357 358 // Remove empty statuses.359 $statuses = array_filter( $statuses );360 361 358 // 'any' overrides other statuses. 362 359 if ( ! in_array( 'any', $statuses ) ) { … … 372 369 373 370 case 'all' : 371 case '' : 374 372 $status_clauses[] = "( comment_approved = '0' OR comment_approved = '1' )"; 375 373 break;
Note: See TracChangeset
for help on using the changeset viewer.