From b5bae28a244e4649a61e5ca2ff509a338448751a Mon Sep 17 00:00:00 2001 From: Aaron Campbell Date: Tue, 3 Apr 2018 20:32:23 +0000 Subject: [PATCH] Bump 3.9 branch to version 3.9.24 Built from https://develop.svn.wordpress.org/branches/3.9@42943 git-svn-id: http://core.svn.wordpress.org/branches/3.9@42773 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 6 +++++- wp-includes/version.php | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index 9be852fcab..b114d4edf4 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -39,7 +39,11 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
-

+

+

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

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