From 545691722c39af2f90b4bb9da0c47392313d7429 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 29 Apr 2020 18:40:50 +0000 Subject: [PATCH] Update the About page for WordPress 5.1.5 Built from https://develop.svn.wordpress.org/branches/5.1@47703 git-svn-id: http://core.svn.wordpress.org/branches/5.1@47480 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 ee37a723bb..323877c52d 100644 --- a/wp-admin/about.php +++ b/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' ) + ) + ); + ?> +