Make WordPress Core


Ignore:
Timestamp:
06/25/2007 05:48:35 PM (18 years ago)
Author:
ryan
Message:

Move the_title filter to get_the_title. Props jhodgdon. fixes #4477

File:
1 edited

Legend:

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

    r5548 r5752  
    2323function get_the_title_rss() {
    2424    $title = get_the_title();
    25     $title = apply_filters('the_title', $title);
    2625    $title = apply_filters('the_title_rss', $title);
    2726    return $title;
Note: See TracChangeset for help on using the changeset viewer.