From ce30819c90345a411eeff848343c5babb3b99844 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Wed, 19 Dec 2018 22:19:48 +0000 Subject: [PATCH] About: Add 5.0.2 details to the about page. Props desrosj. Fixes #45703. Built from https://develop.svn.wordpress.org/branches/5.0@44337 git-svn-id: http://core.svn.wordpress.org/branches/5.0@44167 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 18 ++++++++++++++++++ wp-includes/version.php | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index c6621d34e9..8db18dcd97 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -62,6 +62,24 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

+

+ Version %1$s addressed %2$s bug.', + 'Version %1$s addressed %2$s bugs.', + 73 + ), + '5.0.2', + number_format_i18n( 73 ) + ); + ?> + the release notes.' ), 'https://codex.wordpress.org/Version_5.0.2' ); + ?> +