From 96bdd4737c94d811774a3f425b7cab1b06b871d3 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 23 Aug 2016 00:11:28 +0000 Subject: [PATCH] I18N: Replace unnecessary context with a translator comment for `%s KB` string on Network Settings screen. Props ramiy. Fixes #37496. Built from https://develop.svn.wordpress.org/trunk@38322 git-svn-id: http://core.svn.wordpress.org/trunk@38263 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/network/settings.php | 8 +++++++- wp-includes/version.php | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/wp-admin/network/settings.php b/wp-admin/network/settings.php index bad65475e7..d1af88b1a1 100644 --- a/wp-admin/network/settings.php +++ b/wp-admin/network/settings.php @@ -309,7 +309,13 @@ if ( isset( $_GET['updated'] ) ) { - ' ); ?> + ' + ); + ?>

diff --git a/wp-includes/version.php b/wp-includes/version.php index 5c8e1f7319..d4be552115 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-alpha-38321'; +$wp_version = '4.7-alpha-38322'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.