From 4456704ad824884f504314c7d83fa76d7ffce1c0 Mon Sep 17 00:00:00 2001 From: Aaron Campbell Date: Thu, 5 Jul 2018 16:13:45 +0000 Subject: [PATCH] Bump 4.1 branch to version 4.1.24 Built from https://develop.svn.wordpress.org/branches/4.1@43415 git-svn-id: http://core.svn.wordpress.org/branches/4.1@43243 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 7 +++++-- wp-includes/version.php | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index 9abe3024fb..8c08c40d62 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -42,7 +42,10 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
-

+

+

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

Version %1$s addressed a security issue.', 'Version %1$s addressed some security issues.', 2 ), '4.1.23' ); ?> the release notes.' ), 'https://codex.wordpress.org/Version_4.1.23' ); ?> @@ -220,7 +223,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );


-

+

diff --git a/wp-includes/version.php b/wp-includes/version.php index ae2b4e3fd5..7b147d5d90 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1.23'; +$wp_version = '4.1.24'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.