From 11d47be9d93ae8bf3ffda2ac21a45f117e5a2bb8 Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Wed, 29 Apr 2020 18:25:07 +0000 Subject: [PATCH] Update the About page for WordPress 4.3.23 git-svn-id: https://develop.svn.wordpress.org/branches/4.3@47693 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/about.php | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index 8d5d4e602d..ccfaccf866 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.23' + ); + ?> + the release notes.' ), + sprintf( + /* translators: %s: WordPress version */ + esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), + sanitize_title( '4.3.23' ) + ) + ); + ?> +