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
This commit is contained in:
Sergey Biryukov 2023-07-12 21:01:28 +00:00
parent 1c2ddd6b52
commit 724d2c9950

View File

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