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' ) + ) + ); + ?> +

+