Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/10/2011 06:32:02 AM (14 years ago)
Author:
djpaul
Message:

Tidy up whitespace. Fixes #3466, props cnorris23

File:
1 edited

Legend:

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

    r4915 r4961  
    7777        $themes['bp-default'] = 1;
    7878    }
    79    
     79
    8080    return $themes;
    8181}
     
    279279    if ( !empty( $bp->displayed_user->fullname ) && !is_404() ) {
    280280        // translators: "displayed user's name | canonicalised component name"
    281         $title = strip_tags( sprintf( __( '%1$s | %2$s', 'buddypress' ), bp_get_displayed_user_fullname(), ucwords( bp_current_component() ) ) ); 
     281        $title = strip_tags( sprintf( __( '%1$s | %2$s', 'buddypress' ), bp_get_displayed_user_fullname(), ucwords( bp_current_component() ) ) );
    282282
    283283    // A single group
     
    314314    } elseif ( bp_is_create_blog() ) {
    315315        $title = __( 'Create a Site', 'buddypress' );
    316     }   
     316    }
    317317
    318318    // Some BP nav items contain item counts. Remove them
Note: See TracChangeset for help on using the changeset viewer.