Changeset 6517 for trunk/wp-includes/feed.php
- Timestamp:
- 12/28/2007 09:47:54 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/feed.php
r6516 r6517 98 98 } 99 99 100 function comments_rss($deprecated = '') {101 return get_post_comments_feed_link();102 }103 104 100 function get_the_category_rss($type = 'rss') { 105 101 $categories = get_the_category();
Note: See TracChangeset
for help on using the changeset viewer.