From 9ab481b9e52c9c5bd0cfdf753f562be74adb8a95 Mon Sep 17 00:00:00 2001 From: Aaron Campbell Date: Tue, 16 May 2017 21:50:02 +0000 Subject: [PATCH] Bump 4.7 branch to version 4.5.9. Built from https://develop.svn.wordpress.org/branches/4.5@40750 git-svn-id: http://core.svn.wordpress.org/branches/4.5@40608 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- readme.html | 2 +- wp-admin/about.php | 3 +++ wp-includes/version.php | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/readme.html b/readme.html index bb0d615d90..f3f7bb6da8 100644 --- a/readme.html +++ b/readme.html @@ -9,7 +9,7 @@

WordPress -
Version 4.5.8 +
Version 4.5.9

Semantic Personal Publishing Platform

diff --git a/wp-admin/about.php b/wp-admin/about.php index 9af8b28fb0..7a94b8dfdf 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -40,6 +40,9 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

+

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

Version %1$s addressed %2$s bug.', 'Version %1$s addressed %2$s bugs.', 1 ), '4.5.8', number_format_i18n( 1 ) ); ?> the release notes.' ), 'https://codex.wordpress.org/Version_4.5.8' ); ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index 78b62905bd..b6287b1168 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5.8'; +$wp_version = '4.5.9'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.