From d8eb8da38aa5402e8ea50fc53e9dc884e48e45cf Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Thu, 23 Jul 2015 11:03:27 +0000 Subject: [PATCH] Bump 4.2 branch to version 4.2.3. Built from https://develop.svn.wordpress.org/branches/4.2@33395 git-svn-id: http://core.svn.wordpress.org/branches/4.2@33363 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 dd487856d7..fd29563085 100644 --- a/readme.html +++ b/readme.html @@ -9,7 +9,7 @@

WordPress -
Version 4.2.2 +
Version 4.2.3

Semantic Personal Publishing Platform

diff --git a/wp-admin/about.php b/wp-admin/about.php index 5fb22ea5d4..7e57572102 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 some security issues and fixed %2$s bug.', + 'Version %1$s addressed some security issues and fixed %2$s bugs.', 20 ), '4.2.3', number_format_i18n( 20 ) ); ?> + the release notes.' ), 'http://codex.wordpress.org/Version_4.2.3' ); ?> +

Version %1$s addressed some security issues and fixed %2$s bug.', 'Version %1$s addressed some security issues and fixed %2$s bugs.', 13 ), '4.2.2', number_format_i18n( 13 ) ); ?> the release notes.' ), 'http://codex.wordpress.org/Version_4.2.2' ); ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index 618bb89156..a3a274d5cf 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2.3-beta1'; +$wp_version = '4.2.3'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.