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.