From e273e5733a417cd93a95f147b7da75bd433b9db6 Mon Sep 17 00:00:00 2001 From: David Baumwald Date: Thu, 10 Mar 2022 22:18:25 +0000 Subject: [PATCH] WordPress 4.3.28. git-svn-id: https://develop.svn.wordpress.org/branches/4.3@52892 602fd350-edb4-49c9-b593-d223f7449a82 --- package-lock.json | 2 +- package.json | 2 +- src/wp-admin/about.php | 22 +++++++++++++++++++++- src/wp-includes/version.php | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6d01cc721d..9a5ab3a485 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "4.3.27", + "version": "4.3.28", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 47cd01ae7b..69576c4caf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "4.3.27", + "version": "4.3.28", "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 e5259b8ea2..0a6f0ecebb 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -108,7 +108,27 @@ $tech_features = array(
-

+

+

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