Changeset 7767 for branches/2.5/wp-admin/includes/template.php
- Timestamp:
- 04/22/2008 08:51:54 PM (18 years ago)
- File:
-
- 1 edited
-
branches/2.5/wp-admin/includes/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.5/wp-admin/includes/template.php
r7734 r7767 597 597 $approved = "comment_approved = 'spam'"; 598 598 else 599 $approved = " comment_approved = '0' OR comment_approved = '1'";599 $approved = "( comment_approved != '0' OR comment_approved = '1' )"; 600 600 601 601 if ( $s ) {
Note: See TracChangeset
for help on using the changeset viewer.