Make WordPress Core


Ignore:
Timestamp:
11/25/2003 12:46:52 AM (22 years ago)
Author:
mikelittle
Message:

Missing querycount

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/wp-edit.showposts.php

    r546 r558  
    272272
    273273                    $comments = $wpdb->get_results("SELECT * FROM $tablecomments WHERE comment_post_ID = $id ORDER BY comment_date");
     274                    ++$querycount;
    274275                    if ($comments) {
    275276                    ?>
Note: See TracChangeset for help on using the changeset viewer.