From f6115d3bfe6ee95549d8383ed752fc2e189f5e3e Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Wed, 6 Jan 2016 18:48:22 +0000 Subject: [PATCH] Bump 4.3 branch to 4.3.2. Built from https://develop.svn.wordpress.org/branches/4.3@36197 git-svn-id: http://core.svn.wordpress.org/branches/4.3@36164 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- readme.html | 2 +- wp-admin/about.php | 8 ++++++-- wp-includes/version.php | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/readme.html b/readme.html index 7d27aa7cec..1d41b4eef7 100644 --- a/readme.html +++ b/readme.html @@ -9,7 +9,7 @@

WordPress -
Version 4.3.1 +
Version 4.3.2

Semantic Personal Publishing Platform

diff --git a/wp-admin/about.php b/wp-admin/about.php index 0afc317677..9b4d0d9e5d 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -108,10 +108,14 @@ $tech_features = array(
-

+

+

Version %1$s addressed a security issue and fixed %2$s bug.', + 'Version %1$s addressed a security issue and fixed %2$s bugs.', 5 ), '4.3.2', number_format_i18n( 5 ) ); ?> + the release notes.' ), 'https://codex.wordpress.org/Version_4.3.2' ); ?> +

Version %1$s addressed some security issues and fixed %2$s bug.', 'Version %1$s addressed some security issues and fixed %2$s bugs.', 26 ), '4.3.1', number_format_i18n( 26 ) ); ?> - the release notes.' ), 'http://codex.wordpress.org/Version_4.3.1' ); ?> + the release notes.' ), 'https://codex.wordpress.org/Version_4.3.1' ); ?>

diff --git a/wp-includes/version.php b/wp-includes/version.php index 40d6b08c35..77f508e090 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3.2-alpha'; +$wp_version = '4.3.2'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.