Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/27/2010 10:57:31 PM (15 years ago)
Author:
djpaul
Message:

Removes trailing whitespace. Fixes #2965, props cnorris23

File:
1 edited

Legend:

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

    r3580 r3592  
    136136 * bp_has_activities()
    137137 *
    138  * Initializes the activity loop. 
     138 * Initializes the activity loop.
    139139 *
    140140 * Based on the $args passed, bp_has_activities() populates the $activities_template global.
     
    174174            $show_hidden = true;
    175175    }
    176    
     176
    177177    // The default scope should recognize custom slugs
    178178    if ( array_key_exists( $bp->current_action, (array)$bp->active_components ) ) {
     
    959959}
    960960
    961 function bp_activity_can_favorite() {   
     961function bp_activity_can_favorite() {
    962962    $can_favorite = true;
    963    
     963
    964964    return apply_filters( 'bp_activity_can_favorite', $can_favorite );
    965965}
     
    10481048    echo bp_get_member_activity_feed_link();
    10491049}
    1050 function bp_activities_member_rss_link() { 
    1051     echo bp_get_member_activity_feed_link(); 
     1050function bp_activities_member_rss_link() {
     1051    echo bp_get_member_activity_feed_link();
    10521052}
    10531053
Note: See TracChangeset for help on using the changeset viewer.