Changeset 10785 for trunk/src/bp-activity/bp-activity-template.php
- Timestamp:
- 05/19/2016 03:46:29 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-template.php
r10784 r10785 3015 3015 * 3016 3016 * @since 1.1.0 3017 * @since 2.6.0 Added the `$r` parameter. 3017 3018 * 3018 3019 * @param string $value All of the links to be displayed to the user. 3019 */ 3020 return apply_filters( 'bp_get_activity_filter_links', implode( "\n", $component_links ) ); 3020 * @param array $r Array of parsed arguments. 3021 */ 3022 return apply_filters( 'bp_get_activity_filter_links', implode( "\n", $component_links ), $r ); 3021 3023 } 3022 3024
Note: See TracChangeset
for help on using the changeset viewer.