Skip to:
Content

BuddyPress.org

Changeset 2613


Ignore:
Timestamp:
02/07/2010 01:02:41 AM (15 years ago)
Author:
apeatling
Message:

Page title and front page selection fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-templatetags.php

    r2609 r2613  
    894894    global $bp, $post, $wp_query, $current_blog;
    895895
    896     if ( is_home() && bp_is_page( 'home' ) ) {
     896    if ( is_front_page() || !bp_current_component() || ( is_home() && bp_is_page( 'home' ) ) ) {
    897897        $title = __( 'Home', 'buddypress' );
    898898
Note: See TracChangeset for help on using the changeset viewer.