From e80bdf5116795a8f578d695eef3e530ad3b20a34 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Wed, 29 Nov 2017 18:57:45 +0000 Subject: [PATCH] Bump 4.7 branch to 4.7.8. git-svn-id: https://develop.svn.wordpress.org/branches/4.7@42318 602fd350-edb4-49c9-b593-d223f7449a82 --- package.json | 2 +- src/wp-admin/about.php | 4 ++++ src/wp-includes/version.php | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3c38468009..434ba1e290 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "4.7.7", + "version": "4.7.8", "description": "WordPress is web software you can use to create a beautiful website or blog.", "repository": { "type": "svn", diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index e686fdc3b8..d5c2cfe57d 100644 --- a/src/wp-admin/about.php +++ b/src/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/src/wp-includes/version.php b/src/wp-includes/version.php index f2cbedb8a8..1ad8137df8 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7.7-src'; +$wp_version = '4.7.8-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.