Make WordPress Core


Ignore:
Timestamp:
03/29/2007 01:29:09 AM (18 years ago)
Author:
rob1n
Message:

Show more relevant titles (current category, date, etc.) in feed titles. fixes #1790

File:
1 edited

Legend:

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

    r5087 r5132  
    1515    $title = apply_filters('get_wp_title_rss', $title);
    1616    return $title;
     17}
     18
     19function wp_title_rss($sep = '»') {
     20    echo apply_filters('wp_title_rss', get_wp_title_rss($sep));
    1721}
    1822
Note: See TracChangeset for help on using the changeset viewer.