Coding Standards: Move assignment out of condition in `phpunit/includes/speed-trap-listener.php`.
Follow-up to [45588] for `phpunit/includes/phpunit7/speed-trap-listener.php`. See #52625. Built from https://develop.svn.wordpress.org/trunk@50998 git-svn-id: http://core.svn.wordpress.org/trunk@50607 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8775b69cd0
commit
c649d69a9a
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.8-alpha-50997';
|
||||
$wp_version = '5.8-alpha-50998';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue