Changeset 558 for trunk/wp-commentsrss2.php
- Timestamp:
- 11/25/2003 12:46:52 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-commentsrss2.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-commentsrss2.php
r546 r558 60 60 ORDER BY comment_date 61 61 LIMIT $posts_per_rss"); 62 ++$querycount; 62 63 } 63 64 else { // if no post id passed in, we'll just ue the last 10 comments. … … 79 80 ORDER BY comment_date DESC 80 81 LIMIT $posts_per_rss"); 82 ++$querycount; 81 83 } 82 84 // this line is WordPress' motor, do not delete it.
Note: See TracChangeset
for help on using the changeset viewer.