From 130b6904f39b0c86d5fe9124ef8dd37ffcd1a720 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 30 Oct 2020 19:50:57 +0000 Subject: [PATCH] WordPress 5.2.9. Built from https://develop.svn.wordpress.org/branches/5.2@49461 git-svn-id: http://core.svn.wordpress.org/branches/5.2@49220 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 25 +++++++++++++++++++++++++ wp-includes/version.php | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index 3fbb0850c6..18f65399f4 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -50,6 +50,31 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

+

+ Version %1$s addressed %2$s bug.', + 'Version %1$s addressed %2$s bugs.', + 1 + ), + '5.2.9', + number_format_i18n( 1 ) + ); + ?> + the release notes.' ), + sprintf( + /* translators: %s: WordPress version */ + esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), + sanitize_title( '5.2.9' ) + ) + ); + ?> +