Changeset 45834 for branches/5.2/src/wp-admin/options-reading.php
- Timestamp:
- 08/19/2019 04:12:44 AM (5 years ago)
- Location:
- branches/5.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2
-
branches/5.2/src/wp-admin/options-reading.php
r45140 r45834 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.