Changeset 558 for trunk/wp-admin/wp-edit.showposts.php
- Timestamp:
- 11/25/2003 12:46:52 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/wp-edit.showposts.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/wp-edit.showposts.php
r546 r558 272 272 273 273 $comments = $wpdb->get_results("SELECT * FROM $tablecomments WHERE comment_post_ID = $id ORDER BY comment_date"); 274 ++$querycount; 274 275 if ($comments) { 275 276 ?>
Note: See TracChangeset
for help on using the changeset viewer.