From b8368e4d724e06b8ecd56b33ccc7542b0e8af007 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 29 Apr 2020 18:41:43 +0000 Subject: [PATCH] Update the About page for WordPress 5.2.6 Built from https://develop.svn.wordpress.org/branches/5.2@47704 git-svn-id: http://core.svn.wordpress.org/branches/5.2@47481 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 b404e5aa3b..89bc6aff91 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -50,6 +50,26 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

+

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