Skip to:
Content

BuddyPress.org

Changeset 3210


Ignore:
Timestamp:
08/21/2010 05:15:49 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Fixes #2548 props cnorris23

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-core/bp-core-templatetags.php

    r3192 r3210  
    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
Note: See TracChangeset for help on using the changeset viewer.