Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/01/2016 06:53:30 PM (9 years ago)
Author:
djpaul
Message:

Fix indentation on lines beginning with a space character followed by a tab.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-activity/bp-activity-template.php

    r10455 r10487  
    22212221         * @param bool $value Whether or not the current activity item is in the current user's favorites.
    22222222         */
    2223         return (bool) apply_filters( 'bp_get_activity_is_favorite', in_array( $activities_template->activity->id, (array) $activities_template->my_favs ) );
     2223        return (bool) apply_filters( 'bp_get_activity_is_favorite', in_array( $activities_template->activity->id, (array) $activities_template->my_favs ) );
    22242224    }
    22252225
     
    34083408         * @param string $value All of the links to be displayed to the user.
    34093409         */
    3410         return apply_filters( 'bp_get_activity_filter_links', implode( "\n", $component_links ) );
     3410        return apply_filters( 'bp_get_activity_filter_links', implode( "\n", $component_links ) );
    34113411    }
    34123412
Note: See TracChangeset for help on using the changeset viewer.