From e8cd892ba45a9169c2f1872aa24ebca21df7c506 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 4 Aug 2019 13:03:55 +0000 Subject: [PATCH] Administration: Display a warning at the top of "All Settings" screen. Props zodiac1978, donmhico, pixolin. Fixes #47718. Built from https://develop.svn.wordpress.org/trunk@45743 git-svn-id: http://core.svn.wordpress.org/trunk@45554 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/options.php | 5 +++++ wp-includes/version.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/wp-admin/options.php b/wp-admin/options.php index 18607db670..d842a6e3ab 100644 --- a/wp-admin/options.php +++ b/wp-admin/options.php @@ -318,6 +318,11 @@ include( ABSPATH . 'wp-admin/admin-header.php' ); ?>

+ +
+

+
+
diff --git a/wp-includes/version.php b/wp-includes/version.php index 54131a93b4..987bc0c4e6 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45742'; +$wp_version = '5.3-alpha-45743'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.