From 74ef49671f031cb8ecee3a45e40975f14bbda061 Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Tue, 21 Jun 2016 16:21:26 +0000 Subject: [PATCH] Bump 4.4 branch to 4.4.4. Built from https://develop.svn.wordpress.org/branches/4.4@37829 git-svn-id: http://core.svn.wordpress.org/branches/4.4@37794 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- readme.html | 2 +- wp-admin/about.php | 3 +++ wp-includes/version.php | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/readme.html b/readme.html index ea5565c6ac..8e42f6ec2b 100644 --- a/readme.html +++ b/readme.html @@ -9,7 +9,7 @@

WordPress -
Version 4.4.3 +
Version 4.4.4

Semantic Personal Publishing Platform

diff --git a/wp-admin/about.php b/wp-admin/about.php index 8c54131bc6..13c4dc1dce 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -50,6 +50,9 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

+

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

Version %1$s addressed some security issues and fixed %2$s bug.', 'Version %1$s addressed some security issues and fixed %2$s bugs.', 6 ), '4.4.3', number_format_i18n( 6 ) ); ?> the release notes.' ), 'https://codex.wordpress.org/Version_4.4.3' ); ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index c9b7053951..cc0275a526 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4.3'; +$wp_version = '4.4.4'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.