Changeset 10454 for trunk/src/bp-groups/bp-groups-activity.php
- Timestamp:
- 01/18/2016 05:18:23 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-activity.php
r10417 r10454 16 16 /** 17 17 * Register activity actions for the Groups component. 18 * 19 * @since 1.1.0 18 20 * 19 21 * @return bool|null False on failure. … … 270 272 * @param array $retval Empty array by default. 271 273 * @param array $filter Current activity arguments. 272 *273 274 * @return array 274 275 */ … … 332 333 * defaults. 333 334 * 335 * @since 1.0.0 336 * 334 337 * @see bp_activity_add() for more detailed description of parameters and 335 338 * return values. … … 386 389 * Update the last_activity meta value for a given group. 387 390 * 391 * @since 1.0.0 392 * 388 393 * @param int $group_id Optional. The ID of the group whose last_activity is 389 394 * being updated. Default: the current group's ID.
Note: See TracChangeset
for help on using the changeset viewer.