Make WordPress Core


Ignore:
Timestamp:
03/25/2018 07:34:31 PM (6 years ago)
Author:
johnbillion
Message:

Docs: Correct and improve various inline documentation.

See #42505

File:
1 edited

Legend:

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

    r42876 r42877  
    141141     *     }
    142142     * }
    143      * @param array $default_column Optional. Default column to query against. Default 'post_date'.
    144      *                              Accepts 'post_date', 'post_date_gmt', 'post_modified', 'post_modified_gmt',
    145      *                              'comment_date', 'comment_date_gmt'.
     143     * @param string $default_column Optional. Default column to query against. Default 'post_date'.
     144     *                               Accepts 'post_date', 'post_date_gmt', 'post_modified', 'post_modified_gmt',
     145     *                               'comment_date', 'comment_date_gmt'.
    146146     */
    147147    public function __construct( $date_query, $default_column = 'post_date' ) {
Note: See TracChangeset for help on using the changeset viewer.