Skip to content

Commit 9b89603

Browse files
committed
Docs: Indentation fix after [61723].
See #64713, #64224. git-svn-id: https://develop.svn.wordpress.org/trunk@61724 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 80669a2 commit 9b89603

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/wp-includes/class-wp-date-query.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,8 @@ class WP_Date_Query {
111111
* the {@see 'date_query_valid_columns'} filter for the list
112112
* of accepted values. Default is the value of top-level `$column`.
113113
* @type string $compare Optional. The comparison operator. Accepts '=', '!=', '>', '>=',
114-
* '<', '<=', 'IN', 'NOT IN', 'BETWEEN', 'NOT BETWEEN'.
115-
* Comparisons support
116-
* arrays in some time-related parameters. Default '='.
114+
* '<', '<=', 'IN', 'NOT IN', 'BETWEEN', 'NOT BETWEEN'. Comparisons
115+
* support arrays in some time-related parameters. Default '='.
117116
* @type bool $inclusive Optional. Include results from dates specified in 'before' or
118117
* 'after'. Default false.
119118
* @type int|int[] $year Optional. The four-digit year number. Accepts any four-digit year

0 commit comments

Comments
 (0)