Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/18/2016 05:18:23 AM (9 years ago)
Author:
tw2113
Message:

Some more docs cleanup and plenty of @since tag additions for Groups Component.

See #6401.

File:
1 edited

Legend:

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

    r10417 r10454  
    1616/**
    1717 * Register activity actions for the Groups component.
     18 *
     19 * @since 1.1.0
    1820 *
    1921 * @return bool|null False on failure.
     
    270272 * @param array $retval Empty array by default.
    271273 * @param array $filter Current activity arguments.
    272  *
    273274 * @return array
    274275 */
     
    332333 * defaults.
    333334 *
     335 * @since 1.0.0
     336 *
    334337 * @see bp_activity_add() for more detailed description of parameters and
    335338 *      return values.
     
    386389 * Update the last_activity meta value for a given group.
    387390 *
     391 * @since 1.0.0
     392 *
    388393 * @param int $group_id Optional. The ID of the group whose last_activity is
    389394 *                      being updated. Default: the current group's ID.
Note: See TracChangeset for help on using the changeset viewer.