Changeset 6306 for trunk/src/includes/replies/functions.php
- Timestamp:
- 02/24/2017 11:08:03 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/replies/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/replies/functions.php
r6304 r6306 2289 2289 // Adjust the title based on context 2290 2290 if ( bbp_is_single_topic() ) { 2291 $title = apply_filters( 'wp_title_rss', get_wp_title_rss());2291 $title = get_wp_title_rss(); 2292 2292 } elseif ( ! bbp_show_lead_topic() ) { 2293 2293 $title = get_bloginfo_rss( 'name' ) . ' » ' . __( 'All Posts', 'bbpress' );
Note: See TracChangeset
for help on using the changeset viewer.