Ticket #2548: 2548.001.diff
File 2548.001.diff, 555 bytes (added by , 14 years ago) |
---|
-
bp-core/bp-core-templatetags.php
915 915 function bp_get_page_title() { 916 916 global $bp, $post, $wp_query, $current_blog; 917 917 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' ) ) ) { 919 919 $title = __( 'Home', 'buddypress' ); 920 920 921 921 } else if ( bp_is_blog_page() ) {