From b098f32f41ea02d05563a2795ae0628d792637f7 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Mon, 24 Jun 2024 16:38:22 +0000 Subject: [PATCH] WordPress 4.3.34. Built from https://develop.svn.wordpress.org/branches/4.3@58525 git-svn-id: http://core.svn.wordpress.org/branches/4.3@57973 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 21 +++++++++++++++++++++ wp-includes/version.php | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index 76861885ec..35b4df5c3d 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -109,6 +109,27 @@ $tech_features = array(

+

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

+