Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/07/2016 07:38:27 PM (10 years ago)
Author:
tw2113
Message:

Continued XProfile docs cleanup.

See #6406.

File:
1 edited

Legend:

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

    r10418 r10740  
    3333         *
    3434         * @param array $query Meta query arguments.
    35          *
    3635         * @return bool Whether the query clause is a first-order clause.
    3736         */
     
    4140
    4241        /**
    43          * Constructs a meta query based on 'meta_*' query vars
     42         * Constructs a meta query based on 'meta_*' query vars.
    4443         *
    4544         * @since 2.3.0
     
    101100         * @param string      $primary_id_column ID column for the filtered object in $primary_table.
    102101         * @param object|null $context           Optional. The main query object.
    103          *
    104102         * @return array {
    105103         *     Array containing JOIN and WHERE SQL clauses to append to the main query.
     
    160158         * @param string $clause_key   Optional. The array key used to name the clause in the original `$meta_query`
    161159         *                             parameters. If not provided, a key will be generated automatically.
    162          *
    163160         * @return array {
    164161         *     Array containing JOIN and WHERE SQL clauses to append to a first-order query.
Note: See TracChangeset for help on using the changeset viewer.