diff --git a/readme.html b/readme.html index 27ca5d090f..2a92f60234 100644 --- a/readme.html +++ b/readme.html @@ -9,7 +9,7 @@

WordPress -
Version 3.9.9 +
Version 3.9.10

Semantic Personal Publishing Platform

diff --git a/wp-admin/about.php b/wp-admin/about.php index 37f9a728b3..24d3dc1e5a 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -39,10 +39,14 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
-

+

+

Version %1$s addressed a security issue.', + 'Version %1$s addressed some security issues.', 1 ), '3.9.10' ); ?> + the release notes.' ), 'https://codex.wordpress.org/Version_3.9.10' ); ?> +

Version %1$s addressed some security issues and fixed %2$s bug.', 'Version %1$s addressed some security issues and fixed %2$s bugs.', 2 ), '3.9.9', number_format_i18n( 2 ) ); ?> - the release notes.' ), 'http://codex.wordpress.org/Version_3.9.9' ); ?> + the release notes.' ), 'https://codex.wordpress.org/Version_3.9.9' ); ?>

Version %1$s addressed some security issues and fixed %2$s bug.', 'Version %1$s addressed some security issues and fixed %2$s bugs.', 2 ), '3.9.8', number_format_i18n( 2 ) ); ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index 5d54a9b1e9..543332a799 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '3.9.9'; +$wp_version = '3.9.10'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.