Make WordPress Core


Ignore:
Timestamp:
06/25/2007 05:48:35 PM (17 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-rss2-comments.php

    r5640 r5752  
    3030            if ( !is_singular() ) {
    3131                $title = get_the_title($comment_post->ID);
    32                 $title = apply_filters('the_title', $title);
    3332                $title = apply_filters('the_title_rss', $title);
    3433                printf(__('Comment on %1$s by %2$s'), $title, get_comment_author_rss());
Note: See TracChangeset for help on using the changeset viewer.