From 98642e4893cb06f69f9393b073e1896360a7f560 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 7 Aug 2019 23:02:43 +0000 Subject: [PATCH] Administration: Show a warning in Reading Settings when a Privacy Policy page is accidentally set as a Homepage or Posts page. Props garrett-eclipse, subrataemfluence. Fixes #46831. git-svn-id: https://develop.svn.wordpress.org/trunk@45766 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/options-reading.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/options-reading.php b/src/wp-admin/options-reading.php index 9ce6dd3ee1..aacbfe7402 100644 --- a/src/wp-admin/options-reading.php +++ b/src/wp-admin/options-reading.php @@ -121,8 +121,11 @@ else : -

Warning: these pages should not be the same!' ); ?>

- +

Warning: these pages should not be the same!' ); ?>

+ + +

Warning: these pages should not be the same as your Privacy Policy page!' ); ?>

+