From c22f4e71ae681055268eae779205b00438803826 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Wed, 19 Dec 2018 22:18:44 +0000 Subject: [PATCH] About: Add 5.0.2 details to the about page. Props desrosj. Fixes #45703. git-svn-id: https://develop.svn.wordpress.org/branches/5.0@44337 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/about.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index c6621d34e9..8db18dcd97 100644 --- a/src/wp-admin/about.php +++ b/src/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' ); + ?> +