From d99c518d40d22f253a2d923956531494d9b8d98f Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 29 Apr 2020 18:43:02 +0000 Subject: [PATCH] Update the About page for WordPress 5.3.3 Built from https://develop.svn.wordpress.org/branches/5.3@47705 git-svn-id: http://core.svn.wordpress.org/branches/5.3@47482 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/wp-admin/about.php b/wp-admin/about.php index a9d4cc1908..d0b01dedaf 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -51,6 +51,26 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

+

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