Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/27/2015 05:08:37 AM (11 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/classes/class-bp-friends-friendship.php

    r9995 r10147  
    77 */
    88
    9 // Exit if accessed directly
     9// Exit if accessed directly.
    1010defined( 'ABSPATH' ) || exit;
    1111
     
    152152                 * Fires before processing and saving the current friendship request.
    153153                 *
    154                  * @since BuddyPress (1.0.0)
     154                 * @since 1.0.0
    155155                 *
    156156                 * @param Object $value Current friendship request object.
     
    171171                 * Fires after processing and saving the current friendship request.
    172172                 *
    173                  * @since BuddyPress (1.0.0)
     173                 * @since 1.0.0
    174174                 *
    175175                 * @param Object $value Current friendship request object.
Note: See TracChangeset for help on using the changeset viewer.