From 39e2b551431c81509717d512a8343e4ca27fa274 Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Wed, 10 Jun 2020 21:32:49 +0000 Subject: [PATCH] WordPress 4.3.24. git-svn-id: https://develop.svn.wordpress.org/branches/4.3@48000 602fd350-edb4-49c9-b593-d223f7449a82 --- package.json | 2 +- src/wp-admin/about.php | 22 +++++++++++++++++++++- src/wp-includes/version.php | 2 +- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1c61fd8d0d..0c53640e7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "4.3.23", + "version": "4.3.24", "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 ccfaccf866..b8e9931879 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -108,7 +108,27 @@ $tech_features = array(
-

+

+

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