From 40f9e10d039ebd5426bd4ffab3f11a14c1fab461 Mon Sep 17 00:00:00 2001 From: Aaron Campbell Date: Thu, 5 Jul 2018 16:12:48 +0000 Subject: [PATCH] Bump 4.4 branch to version 4.4.16 Built from https://develop.svn.wordpress.org/branches/4.4@43412 git-svn-id: http://core.svn.wordpress.org/branches/4.4@43240 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 3 +++ wp-includes/version.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index b4f13d30d6..92454a821f 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -50,6 +50,9 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

+

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

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

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