From 5565b98dde37d91c0c5e31d97e158bf9b22caef7 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Thu, 20 Apr 2017 16:26:30 +0000 Subject: [PATCH] Bump 4.2 branch to version 4.2.14. Built from https://develop.svn.wordpress.org/branches/4.2@40492 git-svn-id: http://core.svn.wordpress.org/branches/4.2@40368 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 a401907ac9..e1ee555a02 100644 --- a/readme.html +++ b/readme.html @@ -9,7 +9,7 @@

WordPress -
Version 4.2.13 +
Version 4.2.14

Semantic Personal Publishing Platform

diff --git a/wp-admin/about.php b/wp-admin/about.php index d049ee5eb0..c625496373 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -41,7 +41,11 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
-

+

+

Version %1$s addressed %2$s bug.', + 'Version %1$s addressed %2$s bugs.', 1 ), '4.2.14', number_format_i18n( 1 ) ); ?> + the release notes.' ), 'https://codex.wordpress.org/Version_4.2.14' ); ?> +

Version %1$s addressed a security issue.', 'Version %1$s addressed some security issues.', 6 ), '4.2.13' ); ?> the release notes.' ), 'https://codex.wordpress.org/Version_4.2.13' ); ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index 3efbca5e10..1f4157b343 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2.13'; +$wp_version = '4.2.14'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.