Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/13/2016 07:32:53 PM (9 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-notifications.php

    r10479 r10587  
    2222 * the user of whom friendship has been requested ($friend_id).
    2323 *
    24  * @since 1.0
     24 * @since 1.0.0
    2525 *
    2626 * @param int $friendship_id ID of the friendship object.
     
    5353 * sent to the user who requested the friendship ($initiator_id).
    5454 *
    55  * @since 1.0
     55 * @since 1.0.0
    5656 *
    5757 * @param int $friendship_id ID of the friendship object.
     
    8181/**
    8282 * Notification formatting callback for bp-friends notifications.
     83 *
     84 * @since 1.0.0
    8385 *
    8486 * @param string $action            The kind of notification being rendered.
     
    177179/**
    178180 * Clear friend-related notifications when ?new=1
     181 *
     182 * @since 1.2.0
    179183 */
    180184function friends_clear_friend_notifications() {
Note: See TracChangeset for help on using the changeset viewer.