Changeset 36735
- Timestamp:
- 02/26/2016 05:09:23 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-meta-query.php
r36609 r36735 348 348 * @since 3.1.0 349 349 * 350 * @param array $args { 351 * An array of meta query SQL arguments. 352 * 353 * @type array $clauses Array containing the query's JOIN and WHERE clauses. 354 * @type array $queries Array of meta queries. 355 * @type string $type Type of meta. 356 * @type string $primary_table Primary table. 357 * @type string $primary_id_column Primary column ID. 358 * @type object $context The main query object. 359 * } 350 * @param array $clauses Array containing the query's JOIN and WHERE clauses. 351 * @param array $queries Array of meta queries. 352 * @param string $type Type of meta. 353 * @param string $primary_table Primary table. 354 * @param string $primary_id_column Primary column ID. 355 * @param object $context The main query object. 360 356 */ 361 357 return apply_filters_ref_array( 'get_meta_sql', array( $sql, $this->queries, $type, $primary_table, $primary_id_column, $context ) );
Note: See TracChangeset
for help on using the changeset viewer.