diff --git a/package-lock.json b/package-lock.json index 5861a6e1a6..5fce9f5963 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "4.5.26", + "version": "4.5.27", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4cc64d925f..63ff57befc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "4.5.26", + "version": "4.5.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 5c18ef8e63..fa8fc88424 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -40,6 +40,26 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
+ Version %s addressed some security issues.' ), + '4.5.27' + ); + ?> + the release notes.' ), + sprintf( + /* translators: %s: WordPress version */ + esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), + sanitize_title( '4.5.27' ) + ) + ); + ?> +