Tests: Move the `get_current_commenter()` method next to the test it's used in.

Follow-up to [48133].

See #52625.
Built from https://develop.svn.wordpress.org/trunk@50559


git-svn-id: http://core.svn.wordpress.org/trunk@50172 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2021-03-21 12:55:04 +00:00
parent 5e10227d76
commit 63191bd646
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.8-alpha-50558';
$wp_version = '5.8-alpha-50559';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.