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-friends/bp-friends-activity.php

    r4822 r4961  
    7171        case 'friendship_accepted':
    7272            $link = bp_loggedin_user_domain() . bp_get_friends_slug() . '/my-friends/newest';
    73            
     73
    7474            // Set up the string and the filter
    7575            if ( (int)$total_items > 1 ) {
     
    8080                $filter = 'bp_friends_single_friendship_accepted_notification';
    8181            }
    82            
     82
    8383            break;
    8484
    8585        case 'friendship_request':
    8686            $link = bp_loggedin_user_domain() . bp_get_friends_slug() . '/requests?new';
    87            
     87
    8888            // Set up the string and the filter
    8989            if ( (int)$total_items > 1 ) {
     
    9494                $filter = 'bp_friends_single_friendship_request_notification';
    9595            }
    96        
     96
    9797            break;
    9898    }
    99        
     99
    100100    // Return either an HTML link or an array, depending on the requested format
    101101    if ( 'string' == $format ) {
Note: See TracChangeset for help on using the changeset viewer.