From 1a3a174da6f80fc8f2a5cd5e0083a4ced77f947d Mon Sep 17 00:00:00 2001 From: audrasjb Date: Thu, 12 Oct 2023 18:29:38 +0000 Subject: [PATCH] WordPress 5.3.16. Built from https://develop.svn.wordpress.org/branches/5.3@56883 git-svn-id: http://core.svn.wordpress.org/branches/5.3@56394 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 20 ++++++++++++++++++++ wp-includes/version.php | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index fdf0f7a230..b7206a6923 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -51,6 +51,26 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

+

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