From 964100915141802a477ba7d6e5f596e8abbfe211 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Thu, 23 Jul 2015 11:08:13 +0000 Subject: [PATCH] Bump 3.9 branch to version 3.9.7. Built from https://develop.svn.wordpress.org/branches/3.9@33398 git-svn-id: http://core.svn.wordpress.org/branches/3.9@33366 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- readme.html | 2 +- wp-admin/about.php | 6 +++++- wp-includes/version.php | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/readme.html b/readme.html index 5dda64d786..15b371dcb4 100644 --- a/readme.html +++ b/readme.html @@ -9,7 +9,7 @@

WordPress -
Version 3.9.6 +
Version 3.9.7

Semantic Personal Publishing Platform

diff --git a/wp-admin/about.php b/wp-admin/about.php index 673b2df6b9..f098174d7f 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -39,7 +39,11 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
-

+

+

Version %1$s addressed a security issue.', + 'Version %1$s addressed some security issues.', 2 ), '3.9.7' ); ?> + the release notes.' ), 'https://codex.wordpress.org/Version_3.9.7' ); ?> +

Version %1$s addressed some security issues and fixed %2$s bug.', 'Version %1$s addressed some security issues and fixed %2$s bugs.', 3 ), '3.9.6', number_format_i18n( 3 ) ); ?> the release notes.' ), 'https://codex.wordpress.org/Version_3.9.6' ); ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index dcfe54d3ad..f2234ee6aa 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '3.9.6'; +$wp_version = '3.9.7'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.