From 724d2c99506970008455d30c29582f33d6a39d31 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 12 Jul 2023 21:01:28 +0000 Subject: [PATCH] Coding Standards: Use single quotes for a string in `Tests_Comment`. This resolves a WPCS error: {{{ Error: String "1" does not require double quotes; use single quotes instead. }}} Includes updating a few related comments for clarity. Follow-up to [56221]. See #57855. Built from https://develop.svn.wordpress.org/trunk@56222 git-svn-id: http://core.svn.wordpress.org/trunk@55734 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index db643d0ab2..2a5e048679 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-beta4-56221'; +$wp_version = '6.3-beta4-56222'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.