diff --git a/src/wp-admin/options-reading.php b/src/wp-admin/options-reading.php
index 5a8ad87ef7..410016f2e6 100644
|
a
|
b
|
else : |
| 152 | 152 | ) |
| 153 | 153 | ); |
| 154 | 154 | endif; |
| 155 | | if ( get_option( 'wp_page_for_privacy_policy' ) === get_option( 'page_for_posts' ) || get_option( 'wp_page_for_privacy_policy' ) === get_option( 'page_on_front' ) ) : |
| | 155 | $privacy_policy_page = get_option( 'wp_page_for_privacy_policy' ); |
| | 156 | if ( $privacy_policy_page && ( $privacy_policy_page === get_option( 'page_for_posts' ) || $privacy_policy_page === get_option( 'page_on_front' ) ) ) : |
| 156 | 157 | wp_admin_notice( |
| 157 | 158 | __( '<strong>Warning:</strong> these pages should not be the same as your Privacy Policy page!' ), |
| 158 | 159 | array( |