From c3a282fde79e0d9ec4b74c1fa08a295e2f448d4a Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Mon, 24 Jun 2024 16:07:40 +0000 Subject: [PATCH] WordPress 6.4.5. git-svn-id: https://develop.svn.wordpress.org/branches/6.4@58503 602fd350-edb4-49c9-b593-d223f7449a82 --- package-lock.json | 2 +- package.json | 2 +- src/wp-admin/about.php | 20 ++++++++++++++++++++ src/wp-includes/version.php | 2 +- 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3f4ad188f2..3fd7ef2e83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "6.4.4", + "version": "6.4.5", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 76b6f98d7b..3fe54f0578 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "6.4.4", + "version": "6.4.5", "description": "WordPress is open source software you can use to create a beautiful website, blog, or app.", "repository": { "type": "svn", diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index 1e1936bf21..d2904e6e7c 100644 --- a/src/wp-admin/about.php +++ b/src/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' ) + ) + ); + ?> +

+