Changeset 18268 for trunk/wp-includes/meta.php
- Timestamp:
- 06/11/2011 04:40:18 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/meta.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/meta.php
r18254 r18268 377 377 * Container class for a multiple metadata query 378 378 * 379 * @since 3.2 379 * @since 3.2.0 380 380 */ 381 381 class WP_Meta_Query { … … 391 391 * Default: 'CHAR' 392 392 * 393 * @since 3.2 393 * @since 3.2.0 394 394 * @access public 395 395 * @var array … … 400 400 * The relation between the queries. Can be one of 'AND' or 'OR'. 401 401 * 402 * @since 3.2 402 * @since 3.2.0 403 403 * @access public 404 404 * @var string … … 434 434 * Constructs a meta query based on 'meta_*' query vars 435 435 * 436 * @since 3.2 436 * @since 3.2.0 437 437 * @access public 438 438 * … … 462 462 * Generates SQL clauses to be appended to a main query. 463 463 * 464 * @since 3.2 464 * @since 3.2.0 465 465 * @access public 466 466 *
Note: See TracChangeset
for help on using the changeset viewer.