Skip to:
Content

BuddyPress.org


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

Tidy up whitespace. Fixes #3466, props cnorris23

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-friends/bp-friends-template.php

    r4907 r4961  
    7676function bp_friends_filter_title() {
    7777    $current_filter = bp_action_variable( 0 );
    78    
     78
    7979    switch ( $current_filter ) {
    8080        case 'recently-active': default:
     
    144144        wp_cache_set( 'friends_random_users', $user_ids, 'bp' );
    145145    }
    146    
     146
    147147    ?>
    148148
Note: See TracChangeset for help on using the changeset viewer.