From f501f7d79b18f6104f2fa797bb8566ec8c09b33b Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 29 Apr 2020 18:35:07 +0000 Subject: [PATCH] Update the About page for WordPress 4.8.13 Built from https://develop.svn.wordpress.org/branches/4.8@47698 git-svn-id: http://core.svn.wordpress.org/branches/4.8@47475 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 44f9bbecc6..ec7887851e 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -45,6 +45,26 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

+

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