Make WordPress Core

Changeset 34405


Ignore:
Timestamp:
09/22/2015 01:25:37 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Add a file header to wp-includes/class-wp-meta-query.php, introduced in [33761].

Also clarifies the class DocBlock summary for WP_Meta_Query.

See #33413. See #33701.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-meta-query.php

    r34090 r34405  
    11<?php
    22/**
    3  * Class for generating SQL clauses that filter a primary query according to metadata keys and values.
     3 * Meta API: WP_Meta_Query class
     4 *
     5 * @package WordPress
     6 * @subpackage Meta
     7 * @since 4.4.0
     8 */
     9
     10/**
     11 * Core class used to implement meta queries for the Meta API.
     12 *
     13 * Used for generating SQL clauses that filter a primary query according to metadata keys and values.
    414 *
    515 * `WP_Meta_Query` is a helper that allows primary query classes, such as {@see WP_Query} and {@see WP_User_Query},
Note: See TracChangeset for help on using the changeset viewer.