Changeset 2613
- Timestamp:
- 02/07/2010 01:02:41 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-templatetags.php
r2609 r2613 894 894 global $bp, $post, $wp_query, $current_blog; 895 895 896 if ( is_ home() && bp_is_page( 'home') ) {896 if ( is_front_page() || !bp_current_component() || ( is_home() && bp_is_page( 'home' ) ) ) { 897 897 $title = __( 'Home', 'buddypress' ); 898 898
Note: See TracChangeset
for help on using the changeset viewer.