From 2def07c0da0400982f4532c87d5b2da5853512c8 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Tue, 24 Feb 2026 06:33:36 +0000 Subject: [PATCH] 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 --- wp-includes/class-wp-date-query.php | 5 ++--- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/wp-includes/class-wp-date-query.php b/wp-includes/class-wp-date-query.php index 58356e3804..38edcc2503 100644 --- a/wp-includes/class-wp-date-query.php +++ b/wp-includes/class-wp-date-query.php @@ -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 diff --git a/wp-includes/version.php b/wp-includes/version.php index 24a3d3d8dd..28125b50a6 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.