Changeset 551 for trunk/wp-admin/wp-moderation.php
- Timestamp:
- 11/23/2003 01:15:24 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/wp-moderation.php
r549 r551 144 144 145 145 <?php 146 147 $comments = $wpdb->get_results("SELECT * FROM $tablecomments WHERE comment_approved = 0"); 146 $comments = $wpdb->get_results("SELECT * FROM $tablecomments WHERE comment_approved = '0'"); 147 148 148 if ($comments) { 149 149 // list all comments that are waiting for approval
Note: See TracChangeset
for help on using the changeset viewer.