Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/27/2015 05:08:37 AM (9 years ago)
Author:
tw2113
Message:

Standardizing our @since tags for the Friends Component.

See #6576.

File:
1 edited

Legend:

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

    r9995 r10147  
    11<?php
    2 
    32/**
    43 * BuddyPress Friends Caching.
     
    1110 */
    1211
    13 // Exit if accessed directly
     12// Exit if accessed directly.
    1413defined( 'ABSPATH' ) || exit;
    1514
     
    3736 * Clear the friend request cache for the user not initiating the friendship.
    3837 *
    39  * @since BuddyPress (2.0.0)
     38 * @since 2.0.0
    4039 *
    4140 * @param int $friend_user_id The user ID not initiating the friendship.
     
    5049 * A friendship is deemed saved when a friendship is requested or accepted.
    5150 *
    52  * @since BuddyPress (2.0.0)
     51 * @since 2.0.0
    5352 *
    5453 * @param int $friendship_id     The friendship ID.
     
    6766 * A friendship is deemed removed when a friendship is withdrawn or rejected.
    6867 *
    69  * @since BuddyPress (2.0.0)
     68 * @since 2.0.0
    7069 *
    7170 * @param int                   $friendship_id The friendship ID.
Note: See TracChangeset for help on using the changeset viewer.