From a5ea8d5b6e49c9b42b88b866552ec6db0591f8ce Mon Sep 17 00:00:00 2001 From: James Nylen Date: Mon, 6 Mar 2017 16:28:25 +0000 Subject: [PATCH] Bump 4.3 branch to version 4.3.9. Built from https://develop.svn.wordpress.org/branches/4.3@40206 git-svn-id: http://core.svn.wordpress.org/branches/4.3@40145 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 8ed9f00348..70645cbbbf 100644 --- a/readme.html +++ b/readme.html @@ -9,7 +9,7 @@

WordPress -
Version 4.3.8 +
Version 4.3.9

Semantic Personal Publishing Platform

diff --git a/wp-admin/about.php b/wp-admin/about.php index de50962728..1f13585388 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -108,7 +108,11 @@ $tech_features = array(
-

+

+

Version %1$s addressed a security issue.', + 'Version %1$s addressed some security issues.', 6 ), '4.3.9' ); ?> + the release notes.' ), 'https://codex.wordpress.org/Version_4.3.9' ); ?> +

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