From 2f6ab42321c7acb1ab6ec58803e811e7d0e04b45 Mon Sep 17 00:00:00 2001 From: Dion Hulse Date: Tue, 16 Jan 2018 21:43:27 +0000 Subject: [PATCH] Bump the 4.3 branch to 4.3.15. Built from https://develop.svn.wordpress.org/branches/4.3@42500 git-svn-id: http://core.svn.wordpress.org/branches/4.3@42329 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 5 ++++- wp-includes/version.php | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index 0a41e38352..002aeae145 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -108,7 +108,10 @@ $tech_features = array(
-

+

+

Version %s addressed one security issue.' ), '4.3.15' ); ?> + the release notes.' ), 'https://codex.wordpress.org/Version_4.3.15' ); ?> +

Version %s addressed some security issues.' ), '4.3.14' ); ?> the release notes.' ), 'https://codex.wordpress.org/Version_4.3.14' ); ?>

diff --git a/wp-includes/version.php b/wp-includes/version.php index 6d12101f8f..0f5c6af693 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3.14'; +$wp_version = '4.3.15'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.