Make WordPress Core


Ignore:
Timestamp:
11/01/2014 04:31:00 AM (10 years ago)
Author:
DrewAPicture
Message:

Fix a couple of spacing and wrapping indents in the WP_Date_Query::__construct() hash notation.

See [30142]. See #28063.

File:
1 edited

Legend:

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

    r30144 r30150  
    8585     *                                Accepts 'OR', 'AND'. Default 'OR'.
    8686     *         @type array {
    87                Optional. An array of first-order clause parameters, or another fully-formed date query.
     87     *             Optional. An array of first-order clause parameters, or another fully-formed date query.
     88     *
    8889     *             @type string|array $before Optional. Date to retrieve posts before. Accepts strtotime()-compatible
    8990     *                                        string, or array of 'year', 'month', 'day' values. {
     
    114115     *                                               'after'. Default false.
    115116     *             @type int          $year          Optional. The four-digit year number. Default empty. Accepts
    116      *                      any four-digit year.
     117     *                                              any four-digit year.
    117118     *             @type int          $month         Optional. The two-digit month number. Default empty.
    118119     *                                               Accepts numbers 1-12.
     
    125126     *             @type int          $dayofweek     Optional. The day number of the week. Default empty.
    126127     *                                               Accepts numbers 1-7 (1 is Sunday).
    127      *             @type int          $dayofweek_iso Optional. The day number of the week (ISO). Default empty.
    128      *                       Accepts numbers 1-7 (1 is Monday).
     128     *             @type int          $dayofweek_iso Optional. The day number of the week (ISO). Accepts numbers 1-7
     129     *                                               (1 is Monday).Default empty.
    129130     *             @type int          $hour          Optional. The hour of the day. Default empty. Accepts numbers 0-23.
    130131     *             @type int          $minute        Optional. The minute of the hour. Default empty. Accepts
Note: See TracChangeset for help on using the changeset viewer.