From 7464de62737446d750f9ac4ff8424916a7d3642b Mon Sep 17 00:00:00 2001 From: desrosj Date: Wed, 9 Jan 2019 17:40:46 +0000 Subject: [PATCH] About: Add 5.0.3 details to the about page. Fixes #45884. Built from https://develop.svn.wordpress.org/branches/5.0@44520 git-svn-id: http://core.svn.wordpress.org/branches/5.0@44351 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 20 +++++++++++++++++++- wp-includes/version.php | 2 +- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index 8db18dcd97..7099d9b958 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -65,7 +65,25 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

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

+

+ Version %1$s addressed %2$s bug.', 'Version %1$s addressed %2$s bugs.', diff --git a/wp-includes/version.php b/wp-includes/version.php index 06ff654440..25cd9b5173 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0.3-RC1-44445'; +$wp_version = '5.0.3-RC1-44520'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.