From 093a17d3c8593a658a52df0f6677b63e45a34e14 Mon Sep 17 00:00:00 2001 From: Jeremy Felt Date: Thu, 13 Dec 2018 02:17:18 +0000 Subject: [PATCH] Bump 3.7 branch to version 3.7.28 Built from https://develop.svn.wordpress.org/branches/3.7@44090 git-svn-id: http://core.svn.wordpress.org/branches/3.7@43920 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 12 +++++++++++- wp-includes/version.php | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index b945fa58f9..3c6aa7d694 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -36,7 +36,17 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
-

+

+

+ Version %s addressed some security issues.' ), '3.7.28' ); + ?> + the release notes.' ), 'https://codex.wordpress.org/Version_3.7.28' ); + ?> +

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