Skip to:
Content

BuddyPress.org

Ticket #2548: 2548.001.diff

File 2548.001.diff, 555 bytes (added by cnorris23, 14 years ago)
  • bp-core/bp-core-templatetags.php

     
    915915function bp_get_page_title() {
    916916        global $bp, $post, $wp_query, $current_blog;
    917917
    918         if ( is_front_page() || !bp_current_component() || ( is_home() && bp_is_page( 'home' ) ) ) {
     918        if ( is_front_page() || ( is_home() && bp_is_page( 'home' ) ) ) {
    919919                $title = __( 'Home', 'buddypress' );
    920920
    921921        } else if ( bp_is_blog_page() ) {