Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/25/2015 02:19:11 AM (9 years ago)
Author:
tw2113
Message:

Finishing off the XProfile class files for @since changes.

See #6576.

File:
1 edited

Legend:

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

    r9819 r10142  
    11<?php
    2 
    32/**
    43 * BuddyPress XProfile Classes
     
    87 */
    98
    10 // Exit if accessed directly
     9// Exit if accessed directly.
    1110defined( 'ABSPATH' ) || exit;
    1211
     
    2019 * to the primary SQL query string.
    2120 *
    22  * @since BuddyPress (2.3.0)
     21 * @since 2.3.0
    2322 */
    2423class BP_XProfile_Meta_Query extends WP_Meta_Query {
     
    3029     * or 'object' array key.
    3130     *
    32      * @since BuddyPress (2.3.0)
     31     * @since 2.3.0
    3332     * @access protected
    3433     *
     
    4342     * Constructs a meta query based on 'meta_*' query vars
    4443     *
    45      * @since BuddyPress (2.3.0)
     44     * @since 2.3.0
    4645     * @access public
    4746     *
     
    9695     * Generates SQL clauses to be appended to a main query.
    9796     *
    98      * @since BuddyPress (2.3.0)
     97     * @since 2.3.0
    9998     * @access public
    10099     *
     
    134133         * Filter the meta query's generated SQL.
    135134         *
    136          * @since BuddyPress (2.3.0)
     135         * @since 2.3.0
    137136         *
    138137         * @param array $args {
     
    155154     * "First-order" means that it's an array with a 'key' or 'value'.
    156155     *
    157      * @since BuddyPress (2.3.0)
     156     * @since 2.3.0
    158157     * @access public
    159158     *
Note: See TracChangeset for help on using the changeset viewer.