Make WordPress Core

Changeset 32044


Ignore:
Timestamp:
04/05/2015 04:10:53 PM (9 years ago)
Author:
DrewAPicture
Message:

Add a missing @access tag to the DocBlock for the WP_Meta_Query->$clauses property.

Also adds a missing return description for WP_Meta_Query::get_clauses().

See [31312]. See #31888.

File:
1 edited

Legend:

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

    r31340 r32044  
    938938     *
    939939     * @since 4.2.0
     940     * @access protected
    940941     * @var array
    941942     */
     
    14931494     * @access public
    14941495     *
    1495      * @return array
     1496     * @return array Meta clauses.
    14961497     */
    14971498    public function get_clauses() {
Note: See TracChangeset for help on using the changeset viewer.