From 2e075aa36b3f6a834861c005eedc455ccb39c5d8 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Mon, 24 Jun 2024 16:09:09 +0000 Subject: [PATCH] WordPress 6.4.5. Built from https://develop.svn.wordpress.org/branches/6.4@58503 git-svn-id: http://core.svn.wordpress.org/branches/6.4@57952 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 1e1936bf21..d2904e6e7c 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -46,6 +46,26 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

+

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

+