diff --git a/package-lock.json b/package-lock.json index 0befd85af8b86..a5f40dba9aab1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "5.8.9", + "version": "5.8.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 889f218923f01..2d7b921b43e33 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "5.8.9", + "version": "5.8.10", "description": "WordPress is open source software you can use to create a beautiful website, blog, or app.", "repository": { "type": "svn", diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index 9aeb96f50c82b..2bf112076f483 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -43,6 +43,26 @@

+

+ Version %s addressed one security issue.' ), + '5.8.10' + ); + ?> + the release notes.' ), + sprintf( + /* translators: %s: WordPress version. */ + esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), + sanitize_title( '5.8.10' ) + ) + ); + ?> +