Changeset 3564
- Timestamp:
- 12/22/2010 03:22:39 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-templatetags.php
r3559 r3564 909 909 $title = strip_tags( $bp->displayed_user->fullname . ' | ' . ucwords( $bp->current_component ) ); 910 910 911 } else if ( $bp->is_single_item) {911 } else if ( !empty( $bp->is_single_item ) ) { 912 912 $title = ucwords( $bp->current_component ) . ' | ' . $bp->bp_options_title . ' | ' . $bp->bp_options_nav[$bp->current_component][$bp->current_action]['name']; 913 913 914 } else if ( $bp->is_directory) {914 } else if ( !empty( $bp->is_directory ) ) { 915 915 if ( !$bp->current_component ) 916 916 $title = sprintf( __( '%s Directory', 'buddypress' ), ucwords( BP_MEMBERS_SLUG ) );
Note: See TracChangeset
for help on using the changeset viewer.