I18N: Combine similar strings with minor differences.

Props dimadin.
Fixes #47158.
Built from https://develop.svn.wordpress.org/trunk@45298


git-svn-id: http://core.svn.wordpress.org/trunk@45107 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj
2019-05-09 19:48:53 +00:00
parent 770323b4de
commit d0f46bf73c
5 changed files with 12 additions and 7 deletions

View File

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