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:
audrasjb
2026-02-24 06:33:36 +00:00
parent ce875dab92
commit 2def07c0da
2 changed files with 3 additions and 4 deletions

View File

@@ -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

View File

@@ -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.