From 015637d2ad0c92b1c142c6af93e905a591523a14 Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Thu, 12 Oct 2023 15:07:40 +0000 Subject: [PATCH] WordPress 5.1.17. git-svn-id: https://develop.svn.wordpress.org/branches/5.1@56879 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 378c2328048b8..9a4337817f675 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "5.1.16", + "version": "5.1.17", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1bdc893b0ff1a..c772788534de2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "5.1.16", + "version": "5.1.17", "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 9cd8b4e72cdea..09c56a886f0aa 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -36,6 +36,26 @@

+

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