From fdcacfe365fc75d852cbde1b70e379becd7c3636 Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Wed, 6 Jan 2016 18:52:08 +0000 Subject: [PATCH] Bump 3.7 branch to 3.7.12. Built from https://develop.svn.wordpress.org/branches/3.7@36203 git-svn-id: http://core.svn.wordpress.org/branches/3.7@36170 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- readme.html | 2 +- wp-admin/about.php | 8 ++++++-- wp-includes/version.php | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/readme.html b/readme.html index c76d9c5a18..16efa59b4e 100644 --- a/readme.html +++ b/readme.html @@ -8,7 +8,7 @@

WordPress -
Version 3.7.11 +
Version 3.7.12

Semantic Personal Publishing Platform

diff --git a/wp-admin/about.php b/wp-admin/about.php index ce5bebd159..62aefeae21 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -36,10 +36,14 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
-

+

+

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

Version %1$s addressed some security issues and fixed %2$s bug.', 'Version %1$s addressed some security issues and fixed %2$s bugs.', 2 ), '3.7.11', number_format_i18n( 2 ) ); ?> - the release notes.' ), 'http://codex.wordpress.org/Version_3.7.11' ); ?> + the release notes.' ), 'https://codex.wordpress.org/Version_3.7.11' ); ?>

Version %1$s addressed some security issues and fixed %2$s bug.', 'Version %1$s addressed some security issues and fixed %2$s bugs.', 2 ), '3.7.10', number_format_i18n( 2 ) ); ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index 6a46fe0f6a..2055999a1e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '3.7.11'; +$wp_version = '3.7.12'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.