From 5ec12d64d6c5ef3d5756dfe7a02beaec310a15fb Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 29 Aug 2020 00:41:00 +0000 Subject: [PATCH] Administration: Correct the padding for "Warning: these pages should not be the same" messages on Reading Settings screen. Replace the legacy `.error` class with a more appropriate `.notice-warning`. Props musicaljoeker, shital-patel, man4toman, garrett-eclipse, SergeyBiryukov. Fixes #50766. git-svn-id: https://develop.svn.wordpress.org/trunk@48906 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/options-reading.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/options-reading.php b/src/wp-admin/options-reading.php index 94ba93501a..39d5645673 100644 --- a/src/wp-admin/options-reading.php +++ b/src/wp-admin/options-reading.php @@ -137,10 +137,10 @@ 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!' ); ?>

+

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