From 289737984ac6d9dc77f2a40e7973c6f3b1e25f87 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Thu, 12 Oct 2023 14:29:41 +0000 Subject: [PATCH] WordPres 4.1.39. Built from https://develop.svn.wordpress.org/branches/4.1@56853 git-svn-id: http://core.svn.wordpress.org/branches/4.1@56365 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 22 +++++++++++++++++++++- wp-includes/version.php | 2 +- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index 039e8474b4..97c75c2157 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -42,7 +42,27 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
-

+

+

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