From 41276a8b92858e7305978b9da9f4fd40606f4460 Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Tue, 21 Jun 2016 16:44:14 +0000 Subject: [PATCH] Bump 3.9 branch to 3.9.13. Built from https://develop.svn.wordpress.org/branches/3.9@37834 git-svn-id: http://core.svn.wordpress.org/branches/3.9@37799 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 cdfa16eecf..da7aadd3fe 100644 --- a/readme.html +++ b/readme.html @@ -9,7 +9,7 @@

WordPress -
Version 3.9.12 +
Version 3.9.13

Semantic Personal Publishing Platform

diff --git a/wp-admin/about.php b/wp-admin/about.php index d8627382f2..394ec102b9 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.', 9 ), '3.9.13' ); ?> + the release notes.' ), 'https://codex.wordpress.org/Version_3.9.13' ); ?> +

Version %1$s addressed a security issue.', 'Version %1$s addressed some security issues.', 6 ), '3.9.12' ); ?> the release notes.' ), 'https://codex.wordpress.org/Version_3.9.12' ); ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index 9d8123380a..ca991fcc0e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '3.9.12'; +$wp_version = '3.9.13'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.