I18N: Fix typo in a function name in [45932].

See #44360.
Built from https://develop.svn.wordpress.org/trunk@45933


git-svn-id: http://core.svn.wordpress.org/trunk@45744 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2019-09-03 00:57:54 +00:00
parent e199663322
commit 97cbf72bf9
2 changed files with 2 additions and 2 deletions

View File

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