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:
parent
1c2ddd6b52
commit
724d2c9950
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue