From 41cb4b0b0b8d4d122dce69a4cb57f5db1e4b1ac2 Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Wed, 12 May 2021 23:21:47 +0000 Subject: [PATCH] WordPress 4.3.26. git-svn-id: https://develop.svn.wordpress.org/branches/4.3@50883 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 f98bef5c1b..1ba9d9a8bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "4.3.25", + "version": "4.3.26", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ab30729ebe..6d2bf596f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "4.3.25", + "version": "4.3.26", "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 edcd42eae5..d7ef666232 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -108,7 +108,27 @@ $tech_features = array(
-

+

+

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