From 5abbd8a7b5d6682dc7ce399f38a35166c41e56cb Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Wed, 29 Nov 2017 18:58:34 +0000 Subject: [PATCH] Bump 4.7 branch to 4.7.8. Built from https://develop.svn.wordpress.org/branches/4.7@42318 git-svn-id: http://core.svn.wordpress.org/branches/4.7@42147 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 4 ++++ wp-includes/version.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index e686fdc3b8..d5c2cfe57d 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -45,6 +45,10 @@ 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.', 1 ), '4.7.8', number_format_i18n( 1 ) ); ?> + the release notes.' ), 'https://codex.wordpress.org/Version_4.7.8' ); ?> +

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

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