From c993a967e6262564df3ed81ad8a18bcd930f9c20 Mon Sep 17 00:00:00 2001 From: "Aaron D. Campbell" Date: Tue, 3 Apr 2018 20:26:02 +0000 Subject: [PATCH] Bump 4.7 branch to version 4.7.10 git-svn-id: https://develop.svn.wordpress.org/branches/4.7@42935 602fd350-edb4-49c9-b593-d223f7449a82 --- package.json | 2 +- src/wp-admin/about.php | 3 +++ src/wp-includes/version.php | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c229a8f7bf..5204784ca7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "4.7.9", + "version": "4.7.10", "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 29c1e4c625..1247677c63 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -45,6 +45,9 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

+

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

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

diff --git a/src/wp-includes/version.php b/src/wp-includes/version.php index 0af6e9a631..d667f55f19 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.9-src'; +$wp_version = '4.7.10-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.