Changeset 48906
- Timestamp:
- 08/29/2020 12:41:00 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-reading.php
r47859 r48906 138 138 </ul> 139 139 <?php if ( 'page' === get_option( 'show_on_front' ) && get_option( 'page_for_posts' ) === get_option( 'page_on_front' ) ) : ?> 140 <div id="front-page-warning" class=" errorinline"><p><?php _e( '<strong>Warning:</strong> these pages should not be the same!' ); ?></p></div>140 <div id="front-page-warning" class="notice notice-warning inline"><p><?php _e( '<strong>Warning:</strong> these pages should not be the same!' ); ?></p></div> 141 141 <?php endif; ?> 142 142 <?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' ) ) : ?> 143 <div id="privacy-policy-page-warning" class=" errorinline"><p><?php _e( '<strong>Warning:</strong> these pages should not be the same as your Privacy Policy page!' ); ?></p></div>143 <div id="privacy-policy-page-warning" class="notice notice-warning inline"><p><?php _e( '<strong>Warning:</strong> these pages should not be the same as your Privacy Policy page!' ); ?></p></div> 144 144 <?php endif; ?> 145 145 </fieldset></td>
Note: See TracChangeset
for help on using the changeset viewer.