From 623981c8d6fe1217bb47ec42cee9a00d0993c8ab Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 8 Feb 2015 04:09:22 +0000 Subject: [PATCH] Use a positive wording for translations update notice. props DrewAPicture, siobhan, netweb. fixes #28199. Built from https://develop.svn.wordpress.org/trunk@31368 git-svn-id: http://core.svn.wordpress.org/trunk@31349 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/update-core.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/update-core.php b/wp-admin/update-core.php index 7c939e71f0..01d886d846 100644 --- a/wp-admin/update-core.php +++ b/wp-admin/update-core.php @@ -350,7 +350,7 @@ function list_translation_updates() { ?>

-

+

diff --git a/wp-includes/version.php b/wp-includes/version.php index acc13f0085..a547a91a0d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-alpha-31367'; +$wp_version = '4.2-alpha-31368'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.