Changeset 45403 for trunk/src/wp-admin/options-reading.php
- Timestamp:
- 05/24/2019 09:55:21 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-reading.php
r45401 r45403 62 62 <?php if ( ! get_pages() ) : ?> 63 63 <input name="show_on_front" type="hidden" value="posts" /> 64 <table class="form-table" >64 <table class="form-table" role="presentation"> 65 65 <?php 66 66 if ( 'posts' != get_option( 'show_on_front' ) ) : … … 73 73 } 74 74 ?> 75 <table class="form-table" >75 <table class="form-table" role="presentation"> 76 76 <tr> 77 77 <th scope="row"><?php _e( 'Your homepage displays' ); ?></th>
Note: See TracChangeset
for help on using the changeset viewer.