Make WordPress Core


Ignore:
Timestamp:
12/28/2007 09:47:54 PM (17 years ago)
Author:
westi
Message:

Deprecate comments_rss and create_user.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/feed.php

    r6516 r6517  
    9898}
    9999
    100 function comments_rss($deprecated = '') {
    101     return get_post_comments_feed_link();
    102 }
    103 
    104100function get_the_category_rss($type = 'rss') {
    105101    $categories = get_the_category();
Note: See TracChangeset for help on using the changeset viewer.