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-actions.php

    r10417 r10587  
    1717/**
    1818 * Catch and process friendship requests.
     19 *
     20 * @since 1.0.1
    1921 */
    2022function friends_action_add_friend() {
     
    5557/**
    5658 * Catch and process Remove Friendship requests.
     59 *
     60 * @since 1.0.1
    5761 */
    5862function friends_action_remove_friend() {
Note: See TracChangeset for help on using the changeset viewer.