From 4dedaa5ec24385704d64b5facfd0695f73092682 Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Thu, 12 Oct 2023 14:49:24 +0000 Subject: [PATCH] WordPress 4.5.30. git-svn-id: https://develop.svn.wordpress.org/branches/4.5@56863 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 846b7d0b3c799..415cffbc31177 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "4.5.29", + "version": "4.5.30", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 15eccfa7d0efb..6f50c19a3d281 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "4.5.29", + "version": "4.5.30", "description": "WordPress is web software you can use to create a beautiful website or blog.", "repository": { "type": "svn", diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index 0e8c6bc1c41aa..d6651101d726c 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -40,6 +40,26 @@

+

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