From 5543fabff38bd7e1d01a7dd7625ae6ea870f8501 Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Fri, 6 May 2016 18:16:17 +0000 Subject: [PATCH] Bump 3.7 branch to 3.7.14. Built from https://develop.svn.wordpress.org/branches/3.7@37392 git-svn-id: http://core.svn.wordpress.org/branches/3.7@37358 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 4d2d89f95c..51e410db52 100644 --- a/readme.html +++ b/readme.html @@ -8,7 +8,7 @@

WordPress -
Version 3.7.13 +
Version 3.7.14

Semantic Personal Publishing Platform

diff --git a/wp-admin/about.php b/wp-admin/about.php index 31932b6c16..60b08b950d 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -36,7 +36,11 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
-

+

+

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

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