From 60113f0efdf4845951ad60b1953da544bb9a06a7 Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Thu, 10 Mar 2022 22:28:53 +0000 Subject: [PATCH] WordPress 5.7.6. git-svn-id: https://develop.svn.wordpress.org/branches/5.7@52893 602fd350-edb4-49c9-b593-d223f7449a82 --- package-lock.json | 2 +- package.json | 2 +- src/wp-admin/about.php | 21 +++++++++++++++++++++ src/wp-includes/version.php | 2 +- 4 files changed, 24 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7c1d516aa0..697ece991f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "5.7.5", + "version": "5.7.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 399c101adf..f4620406d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "5.7.5", + "version": "5.7.6", "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 a53eaa829a..451a889f20 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -69,6 +69,27 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

+

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

+