Make WordPress Core

Changeset 39672


Ignore:
Timestamp:
01/04/2017 01:25:27 PM (8 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add missing @since and @access tags for WP_Date_Query::is_first_order_clause().

Props keesiemeijer.
#39462.

File:
1 edited

Legend:

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

    r38768 r39672  
    252252     * If so, it's first-order.
    253253     *
     254     * @since 4.1.0
     255     * @access protected
     256     *
    254257     * @param  array $query Query clause.
    255258     * @return bool True if this is a first-order clause.
Note: See TracChangeset for help on using the changeset viewer.