| 124 | | <div id="front-page-warning" class="error inline"><p><?php _e( '<strong>Warning:</strong> these pages should not be the same!' ); ?></p></div> |
| 125 | | <?php endif; ?> |
| | 124 | <div id="front-page-warning" class="error inline"><p><?php _e( '<strong>Warning:</strong> these pages should not be the same!' ); ?></p></div> |
| | 125 | <?php endif; ?> |
| | 126 | <?php 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' ) ) : ?> |
| | 127 | <div id="privacy-policy-page-warning" class="error inline"><p><?php _e( '<strong>Warning:</strong> these pages should not be the same as your Privacy Policy page!' ); ?></p></div> |
| | 128 | <?php endif; ?> |