Move the translator note added in [33437] directly before the string it applies to.

fixes #33091.
Built from https://develop.svn.wordpress.org/trunk@33441


git-svn-id: http://core.svn.wordpress.org/trunk@33408 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2015-07-27 12:43:24 +00:00
parent 491c863f35
commit 84f900b655
2 changed files with 3 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-beta4-33440';
$wp_version = '4.3-beta4-33441';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.