From 3e2ac5fd083ee6f4443bca0fd637a8511b6d69c8 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 29 Apr 2020 18:37:53 +0000 Subject: [PATCH] Update the About page for WordPress 5.1.5 git-svn-id: https://develop.svn.wordpress.org/branches/5.1@47703 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/about.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index ee37a723bb..323877c52d 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -36,6 +36,26 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

+

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