Changeset 52428
- Timestamp:
- 01/02/2022 04:45:34 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-reading.php
r52422 r52428 74 74 <table class="form-table" role="presentation"> 75 75 <?php 76 if ( 'posts' != get_option( 'show_on_front' ) ) :76 if ( 'posts' !== get_option( 'show_on_front' ) ) : 77 77 update_option( 'show_on_front', 'posts' ); 78 78 endif;
Note: See TracChangeset
for help on using the changeset viewer.