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-commentsrss2.php

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