mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-18 00:25:37 +01:00
Coding Standards: Remove extra space in REST API plugins controller test class.
This fixes a WPCS error: * `Tabs must be used to indent lines; spaces are not allowed` Follow-up to [54301]. See #56629. Built from https://develop.svn.wordpress.org/trunk@54302 git-svn-id: http://core.svn.wordpress.org/trunk@53861 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b23baf4ce7
commit
9fc5df7da5
@ -16,7 +16,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.1-beta1-54301';
|
$wp_version = '6.1-beta1-54302';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user