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

    r10042 r10147  
    11<?php
    2 
    32/**
    43 * BuddyPress Friend Filters.
     
    87 */
    98
     9// Exit if accessed directly.
     10defined( 'ABSPATH' ) || exit;
     11
    1012/**
    1113 * Filter BP_User_Query::populate_extras to add confirmed friendship status.
     
    1416 * against the logged-in user.
    1517 *
    16  * @since BuddyPress (1.7.0)
     18 * @since 1.7.0
    1719 *
    1820 * @global WPDB $wpdb WordPress database access object.
Note: See TracChangeset for help on using the changeset viewer.