Skip to:
Content

BuddyPress.org

Changeset 2437


Ignore:
Timestamp:
01/24/2010 11:05:46 PM (15 years ago)
Author:
apeatling
Message:

Fixes #1680

File:
1 edited

Legend:

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

    r2433 r2437  
    893893        } else if ( is_tag() ) {
    894894            $title = __( 'Blog | Tags | ' . ucwords( $wp_query->query_vars['tag'] ), 'buddypress' );
     895        } else if ( is_page() ){
     896            $title = $post->post_title;
    895897        } else
    896898            $title = __( 'Blog', 'buddypress' );
Note: See TracChangeset for help on using the changeset viewer.