I18N: Move code out of a translatable string in get_user_count() and related functions.

Follow-up to [53011].

See #38741.
Built from https://develop.svn.wordpress.org/trunk@53016


git-svn-id: http://core.svn.wordpress.org/trunk@52605 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2022-03-29 13:38:09 +00:00
parent 25fafd4c44
commit cd8db5e05f
2 changed files with 39 additions and 5 deletions

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.0-alpha-53015';
$wp_version = '6.0-alpha-53016';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.