From c4fb8dfbf1b5cbd05a3d7b254c4e5f6985749110 Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Tue, 19 Sep 2017 20:03:31 +0000 Subject: [PATCH] Bump 4.2 branch to version 4.2.16. Built from https://develop.svn.wordpress.org/branches/4.2@41516 git-svn-id: http://core.svn.wordpress.org/branches/4.2@41349 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 97fee22510..0c3159a750 100644 --- a/readme.html +++ b/readme.html @@ -9,7 +9,7 @@

WordPress -
Version 4.2.15 +
Version 4.2.16

Semantic Personal Publishing Platform

diff --git a/wp-admin/about.php b/wp-admin/about.php index c868e35c2c..6d7aa1d9d6 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 a security issue.', + 'Version %1$s addressed some security issues.', 8 ), '4.2.16' ); ?> + the release notes.' ), 'https://codex.wordpress.org/Version_4.2.16' ); ?> +

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