From b79f440e1698639c6e11b03b752a574042c363ce Mon Sep 17 00:00:00 2001 From: Jeremy Felt Date: Wed, 7 Sep 2016 15:01:17 +0000 Subject: [PATCH] Bump 4.0 branch to 4.0.13. Built from https://develop.svn.wordpress.org/branches/4.0@38555 git-svn-id: http://core.svn.wordpress.org/branches/4.0@38498 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 c70e5fa2b6..e9d54b1922 100644 --- a/readme.html +++ b/readme.html @@ -9,7 +9,7 @@

WordPress -
Version 4.0.12 +
Version 4.0.13

Semantic Personal Publishing Platform

diff --git a/wp-admin/about.php b/wp-admin/about.php index 4f20188a6d..56e57d90d6 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -42,7 +42,11 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
-

+

+

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

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