Changeset 12564
- Timestamp:
- 03/03/2020 09:03:34 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-template.php
r12395 r12564 1307 1307 * 1308 1308 * @since 1.2.0 1309 * @since 1.7.0 Introduce function parameter, $args. 1309 1310 * 1310 1311 * @global object $activities_template {@link BP_Activity_Template} … … 1345 1346 * 1346 1347 * @since 1.2.0 1347 * 1348 * @param array $value Array containing the current action, the current activity, and the $args array passed into the function. 1348 * @since 1.7.0 Now passes a 3rd parameter, $r, an array of arguments from the function. 1349 * 1350 * @param array $value Array containing the current action, the current activity, and the $r array passed into the function. 1349 1351 */ 1350 1352 return apply_filters_ref_array( 'bp_get_activity_action', array(
Note: See TracChangeset
for help on using the changeset viewer.