diff --git a/package.json b/package.json index 2fc4f8fa39..84ce72e660 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "4.0.26", + "version": "4.0.27", "description": "WordPress is web software you can use to create a beautiful website or blog.", "repository": { "type": "svn", diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index f26b1e7b94..e84614697a 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -42,7 +42,27 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
+ Version %s addressed some security issues.' ), + '4.0.27' + ); + ?> + the release notes.' ), + sprintf( + /* translators: %s: WordPress version */ + esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), + sanitize_title( '4.0.27' ) + ) + ); + ?> +