From ee28ddbf8f4b2ffe68997c916b2aeacc1e819968 Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Fri, 6 May 2016 18:11:28 +0000 Subject: [PATCH] Bump 4.5 branch to 4.5.2. Built from https://develop.svn.wordpress.org/branches/4.5@37384 git-svn-id: http://core.svn.wordpress.org/branches/4.5@37350 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 5598eb3b81..8772bf048b 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -39,12 +39,15 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
-

+

+

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

Version %1$s addressed %2$s bug.', 'Version %1$s addressed %2$s bugs.', 12 ), '4.5.1', number_format_i18n( 12 ) ); ?> the release notes.' ), 'https://codex.wordpress.org/Version_4.5.1' ); ?>

-
+
diff --git a/wp-includes/version.php b/wp-includes/version.php index 6956df1c57..bbc635c8b7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5.2-alpha-37382'; +$wp_version = '4.5.2'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.