Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/13/2016 07:32:53 PM (7 years ago)
Author:
tw2113
Message:

Addes missing @since tags to many functions, methods, and properties in the BP Friends component.

See #6400.

File:
1 edited

Legend:

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

    r10563 r10587  
    1919 * A wrapper for {@link bp_activity_add()} that provides some Friends-specific
    2020 * defaults.
     21 *
     22 * @since 1.0.0
    2123 *
    2224 * @see bp_activity_add() for more detailed description of parameters and
     
    5759 * Delete an activity item related to the Friends component.
    5860 *
     61 * @since 1.0.0
     62 *
    5963 * @param array $args {
    6064 *     An array of arguments for the item to delete.
     
    8387/**
    8488 * Register the activity actions for bp-friends.
     89 *
     90 * @since 1.1.0
    8591 */
    8692function friends_register_activity_actions() {
     
    291297 * @param array $retval Empty array by default.
    292298 * @param array $filter Current activity arguments.
    293  *
    294299 * @return array
    295300 */
Note: See TracChangeset for help on using the changeset viewer.