Make WordPress Core

Changeset 30612


Ignore:
Timestamp:
11/28/2014 11:28:39 AM (9 years ago)
Author:
DrewAPicture
Message:

Ensure only spaces are used instead of a mixture of tabs and spaces for alignment within the DocBlock for the date_query_valid_columns hook. See [30611].

See #30469.

File:
1 edited

Legend:

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

    r30611 r30612  
    481481             *
    482482             * @param array $valid_columns An array of valid date query columns. Defaults
    483              *                             are 'post_date', 'post_date_gmt', 'post_modified',
    484              *                             'post_modified_gmt', 'comment_date', 'comment_date_gmt',
    485              *                             'user_registered'
     483             *                             are 'post_date', 'post_date_gmt', 'post_modified',
     484             *                             'post_modified_gmt', 'comment_date', 'comment_date_gmt',
     485             *                             'user_registered'
    486486             */
    487487            if ( ! in_array( $column, apply_filters( 'date_query_valid_columns', $valid_columns ) ) ) {
Note: See TracChangeset for help on using the changeset viewer.