diff --git a/wp-admin/about.php b/wp-admin/about.php index 8810c8ba35..a808afca39 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.', 17 ), '4.4.2', number_format_i18n( 17 ) ); ?> + the release notes.' ), 'https://codex.wordpress.org/Version_4.4.2' ); ?> +
Version %1$s addressed some security issues and fixed %2$s bug.', 'Version %1$s addressed some security issues and fixed %2$s bugs.', 52 ), '4.4.1', number_format_i18n( 52 ) ); ?> the release notes.' ), 'https://codex.wordpress.org/Version_4.4.1' ); ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index d1988d28c6..97ffadc2c3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4.2-RC1'; +$wp_version = '4.4.2'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.