From fe080e84db3124a89902e0b1dca0101ab6a838ca Mon Sep 17 00:00:00 2001 From: Aaron Campbell Date: Tue, 16 May 2017 21:54:15 +0000 Subject: [PATCH] Bump 3.7 branch to version 3.7.21. Built from https://develop.svn.wordpress.org/branches/3.7@40758 git-svn-id: http://core.svn.wordpress.org/branches/3.7@40616 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- readme.html | 2 +- wp-admin/about.php | 6 +++++- wp-includes/version.php | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/readme.html b/readme.html index 80760cb49e..4b0df32641 100644 --- a/readme.html +++ b/readme.html @@ -8,7 +8,7 @@

WordPress -
Version 3.7.20 +
Version 3.7.21

Semantic Personal Publishing Platform

diff --git a/wp-admin/about.php b/wp-admin/about.php index 45cbcc956f..8450fadcd1 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -36,7 +36,11 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
-

+

+

Version %1$s addressed a security issue.', + 'Version %1$s addressed some security issues.', 5 ), '3.7.21' ); ?> + the release notes.' ), 'https://codex.wordpress.org/Version_3.7.21' ); ?> +

Version %1$s addressed %2$s bug.', 'Version %1$s addressed %2$s bugs.', 1 ), '3.7.20', number_format_i18n( 1 ) ); ?> the release notes.' ), 'https://codex.wordpress.org/Version_3.7.20' ); ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index e55b521d52..4fa55f5f18 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '3.7.20'; +$wp_version = '3.7.21'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.