After [31941], use the decoupled strings from wp-admin/network/themes.php in wp-admin/network/site-themes.php as well.

fixes #28502.
Built from https://develop.svn.wordpress.org/trunk@32029


git-svn-id: http://core.svn.wordpress.org/trunk@32008 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2015-04-05 14:58:27 +00:00
parent 61d7726737
commit f2a69e631c
2 changed files with 15 additions and 5 deletions

View File

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