Changeset 10487 for trunk/src/bp-activity/bp-activity-template.php
- Timestamp:
- 02/01/2016 06:53:30 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-template.php
r10455 r10487 2221 2221 * @param bool $value Whether or not the current activity item is in the current user's favorites. 2222 2222 */ 2223 2223 return (bool) apply_filters( 'bp_get_activity_is_favorite', in_array( $activities_template->activity->id, (array) $activities_template->my_favs ) ); 2224 2224 } 2225 2225 … … 3408 3408 * @param string $value All of the links to be displayed to the user. 3409 3409 */ 3410 3410 return apply_filters( 'bp_get_activity_filter_links', implode( "\n", $component_links ) ); 3411 3411 } 3412 3412
Note: See TracChangeset
for help on using the changeset viewer.