From 82f3f9e8a1d25867841607c42b6c44d5032d4f0f Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 29 Apr 2020 18:38:20 +0000 Subject: [PATCH] Update the About page for WordPress 5.0.9 Built from https://develop.svn.wordpress.org/branches/5.0@47701 git-svn-id: http://core.svn.wordpress.org/branches/5.0@47478 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/wp-admin/about.php b/wp-admin/about.php index 22aff04a5b..7fe3032f77 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -62,6 +62,26 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

+

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