- Timestamp:
- 12/22/2015 05:33:22 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-meta-query.php
r10417 r10418 97 97 * @since 2.3.0 98 98 * 99 * @param string $type Type of meta, eg 'user', 'post'.100 * @param string $primary_table Database table where the object being filtered is stored (eg wp_users).101 * @param string $primary_id_column ID column for the filtered object in $primary_table.102 * @param object $context Optional. The main query object.99 * @param string $type Type of meta, eg 'user', 'post'. 100 * @param string $primary_table Database table where the object being filtered is stored (eg wp_users). 101 * @param string $primary_id_column ID column for the filtered object in $primary_table. 102 * @param object|null $context Optional. The main query object. 103 103 * 104 104 * @return array {
Note: See TracChangeset
for help on using the changeset viewer.