Make WordPress Core


Ignore:
Timestamp:
12/05/2003 01:24:02 AM (23 years ago)
Author:
mikelittle
Message:

Removed $querycount. Added $wpdb->querycount

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-commentsrss2.php

    r558 r569  
    6060                                                                                        ORDER BY comment_date
    6161                                                                                        LIMIT $posts_per_rss");
    62             ++$querycount;
    6362                }
    6463                else { // if no post id passed in, we'll just ue the last 10 comments.
     
    8079                                                                                        ORDER BY comment_date DESC
    8180                                                                                        LIMIT $posts_per_rss");
    82             ++$querycount;
    8381                }
    8482        // this line is WordPress' motor, do not delete it.
Note: See TracChangeset for help on using the changeset viewer.