Changeset 45834 for branches/5.2/src/wp-admin/includes/network.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/includes/network.php
r44460 r45834 224 224 <p><?php _e( 'You will need a wildcard DNS record if you are going to use the virtual host (sub-domain) functionality.' ); ?></p> 225 225 <?php // @todo: Link to an MS readme? ?> 226 <table class="form-table" >226 <table class="form-table" role="presentation"> 227 227 <tr> 228 228 <th><label><input type="radio" name="subdomain_install" value="1"<?php checked( $subdomain_install ); ?> /> <?php _e( 'Sub-domains' ); ?></label></th> … … 273 273 ?> 274 274 </p> 275 <table class="form-table" >275 <table class="form-table" role="presentation"> 276 276 <tr> 277 277 <th scope='row'><?php esc_html_e( 'Server Address' ); ?></th> … … 290 290 291 291 <h3><?php esc_html_e( 'Network Details' ); ?></h3> 292 <table class="form-table" >292 <table class="form-table" role="presentation"> 293 293 <?php if ( 'localhost' == $hostname ) : ?> 294 294 <tr>
Note: See TracChangeset
for help on using the changeset viewer.