Skip to:
Content

bbPress.org


Ignore:
Timestamp:
02/24/2017 11:08:03 PM (9 years ago)
Author:
johnjamesjacoby
Message:

Feeds: Call get_wp_title_rss() in replies feeds.

See #3064. Missed in r6304.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/replies/functions.php

    r6304 r6306  
    22892289    // Adjust the title based on context
    22902290    if ( bbp_is_single_topic() ) {
    2291         $title = apply_filters( 'wp_title_rss', get_wp_title_rss() );
     2291        $title = get_wp_title_rss();
    22922292    } elseif ( ! bbp_show_lead_topic() ) {
    22932293        $title = get_bloginfo_rss( 'name' ) . ' » ' .  __( 'All Posts',   'bbpress' );
Note: See TracChangeset for help on using the changeset viewer.