From 072d23667df01e5cc70adf21642a48d43afda036 Mon Sep 17 00:00:00 2001 From: desrosj Date: Thu, 6 Jan 2022 18:47:02 +0000 Subject: [PATCH] WordPress 5.7.5. Built from https://develop.svn.wordpress.org/branches/5.7@52488 git-svn-id: http://core.svn.wordpress.org/branches/5.7@52080 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 21 +++++++++++++++++++++ wp-includes/version.php | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index 8ec681474c..a53eaa829a 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -69,6 +69,27 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

+

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

+