From 1e85e502a04109a32165fda4e201fe139590247f Mon Sep 17 00:00:00 2001 From: Jeremy Felt Date: Wed, 7 Sep 2016 14:57:32 +0000 Subject: [PATCH] Bump 4.6 branch to 4.6.1. Built from https://develop.svn.wordpress.org/branches/4.6@38549 git-svn-id: http://core.svn.wordpress.org/branches/4.6@38492 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 8 ++++++++ wp-includes/version.php | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index 51d6a8d440..6e77b1b432 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -58,6 +58,14 @@ include( ABSPATH . 'wp-admin/admin-header.php' ); +
+

+

Version %1$s addressed some security issues and fixed %2$s bug.', + 'Version %1$s addressed some security issues and fixed %2$s bugs.', 15 ), '4.6.1', number_format_i18n( 15 ) ); ?> + the release notes.' ), 'https://codex.wordpress.org/Version_4.6.1' ); ?> +

+
+
diff --git a/wp-includes/version.php b/wp-includes/version.php index 1ba8229dad..1517156c5d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6.1-RC1-38539'; +$wp_version = '4.6.1'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.