From 90afd7e46c1e91cb479092806362beeedb5e5ca5 Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Fri, 6 May 2016 18:11:55 +0000 Subject: [PATCH] Bump 4.4 branch to 4.4.3. Built from https://develop.svn.wordpress.org/branches/4.4@37385 git-svn-id: http://core.svn.wordpress.org/branches/4.4@37351 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 a808afca39..8c54131bc6 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -49,7 +49,11 @@ 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.', 6 ), '4.4.3', number_format_i18n( 6 ) ); ?> + the release notes.' ), 'https://codex.wordpress.org/Version_4.4.3' ); ?> +

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