Changeset 569 for trunk/wp-commentsrss2.php
- Timestamp:
- 12/05/2003 01:24:02 AM (23 years ago)
- File:
-
- 1 edited
-
trunk/wp-commentsrss2.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-commentsrss2.php
r558 r569 60 60 ORDER BY comment_date 61 61 LIMIT $posts_per_rss"); 62 ++$querycount;63 62 } 64 63 else { // if no post id passed in, we'll just ue the last 10 comments. … … 80 79 ORDER BY comment_date DESC 81 80 LIMIT $posts_per_rss"); 82 ++$querycount;83 81 } 84 82 // this line is WordPress' motor, do not delete it.
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)