From ed0ccf494850f0f7086c8fbc45c1aae38e822a01 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 17 Oct 2022 19:52:13 +0000 Subject: [PATCH] WordPress 4.5.28. Built from https://develop.svn.wordpress.org/branches/4.5@54589 git-svn-id: http://core.svn.wordpress.org/branches/4.5@54143 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 20 ++++++++++++++++++++ wp-includes/version.php | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index 4459860dd8..a023a3a303 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -40,6 +40,26 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

+

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