Docs: Indentation fix after [61723].
See #64713, #64224. Built from https://develop.svn.wordpress.org/trunk@61724 git-svn-id: http://core.svn.wordpress.org/trunk@61032 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -111,9 +111,8 @@ class WP_Date_Query {
|
||||
* the {@see 'date_query_valid_columns'} filter for the list
|
||||
* of accepted values. Default is the value of top-level `$column`.
|
||||
* @type string $compare Optional. The comparison operator. Accepts '=', '!=', '>', '>=',
|
||||
* '<', '<=', 'IN', 'NOT IN', 'BETWEEN', 'NOT BETWEEN'.
|
||||
* Comparisons support
|
||||
* arrays in some time-related parameters. Default '='.
|
||||
* '<', '<=', 'IN', 'NOT IN', 'BETWEEN', 'NOT BETWEEN'. Comparisons
|
||||
* support arrays in some time-related parameters. Default '='.
|
||||
* @type bool $inclusive Optional. Include results from dates specified in 'before' or
|
||||
* 'after'. Default false.
|
||||
* @type int|int[] $year Optional. The four-digit year number. Accepts any four-digit year
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '7.0-beta1-61723';
|
||||
$wp_version = '7.0-beta1-61724';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
||||
Reference in New Issue
Block a user