Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/31/2015 06:51:35 AM (11 years ago)
Author:
tw2113
Message:

Standardizing our @since tags for the Activity component.

See #6576.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-activity/classes/class-bp-activity-query.php

    r9834 r10077  
    44 *
    55 * @package BuddyPress
    6  * @subpackage Activity
     6 * @subpackage ActivityQuery
    77 */
    88
     
    1616 * 'filter_query' parameter.
    1717 *
    18  * @since BuddyPress (2.2.0)
     18 * @since 2.2.0
    1919 */
    2020class BP_Activity_Query extends BP_Recursive_Query {
     
    2424         * See {@see BP_Activity_Query::__construct()} for information on query arguments.
    2525         *
    26          * @since BuddyPress (2.2.0)
     26         * @since 2.2.0
    2727         * @access public
    2828         * @var array
     
    3333         * Table alias.
    3434         *
    35          * @since BuddyPress (2.2.0)
     35         * @since 2.2.0
    3636         * @access public
    3737         * @var string
     
    4444         * See the 'wp_bp_activity' DB table schema.
    4545         *
    46          * @since BuddyPress (2.2.0)
     46         * @since 2.2.0
    4747         * @access public
    4848         * @var array
     
    5656         * Constructor.
    5757         *
    58          * @since BuddyPress (2.2.0)
     58         * @since 2.2.0
    5959         *
    6060         * @param array $query {
     
    8787         * Generates WHERE SQL clause to be appended to a main query.
    8888         *
    89          * @since BuddyPress (2.2.0)
     89         * @since 2.2.0
    9090         * @access public
    9191         *
     
    112112         * Generate WHERE clauses for a first-order clause.
    113113         *
    114          * @since BuddyPress (2.2.0)
     114         * @since 2.2.0
    115115         * @access protected
    116116         *
     
    225225         * Determine whether a clause is first-order.
    226226         *
    227          * @since BuddyPress (2.2.0)
     227         * @since 2.2.0
    228228         * @access protected
    229229         *
     
    242242         * See {@link BP_Activity_Query::db_tables}.
    243243         *
    244          * @since BuddyPress (2.2.0)
     244         * @since 2.2.0
    245245         * @access public
    246246         *
Note: See TracChangeset for help on using the changeset viewer.