From 2fd667487fca4af402565e37ed32f0cbd7bb10d7 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Tue, 31 Oct 2017 13:47:10 +0000 Subject: [PATCH] Bump 3.7 branch to version 3.7.23. Built from https://develop.svn.wordpress.org/branches/3.7@42080 git-svn-id: http://core.svn.wordpress.org/branches/3.7@41909 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 5 ++++- wp-includes/version.php | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index 1672c06ce0..e6ff4b1606 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -36,7 +36,10 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
-

+

+

Version %s addressed one security issue.' ), '3.7.23' ); ?> + the release notes.' ), 'https://codex.wordpress.org/Version_3.7.23' ); ?> +

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