REST API: updates test annotations for global styles revisions
Adds `@covers` annotations to tests and fixes incorrect spacing. Props ramonopoly, mukesh27. See #58524. Built from https://develop.svn.wordpress.org/trunk@56105 git-svn-id: http://core.svn.wordpress.org/trunk@55617 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f7a1d86d17
commit
3d5263c642
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.3-beta2-56104';
|
$wp_version = '6.3-beta2-56105';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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