Changeset 45834 for branches/5.2/src/wp-admin/network/settings.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/network/settings.php
r45140 r45834 149 149 <?php wp_nonce_field( 'siteoptions' ); ?> 150 150 <h2><?php _e( 'Operational Settings' ); ?></h2> 151 <table class="form-table" >151 <table class="form-table" role="presentation"> 152 152 <tr> 153 153 <th scope="row"><label for="site_name"><?php _e( 'Network Title' ); ?></label></th> … … 189 189 </table> 190 190 <h2><?php _e( 'Registration Settings' ); ?></h2> 191 <table class="form-table" >191 <table class="form-table" role="presentation"> 192 192 <tr> 193 193 <th scope="row"><?php _e( 'Allow new registrations' ); ?></th> … … 278 278 </table> 279 279 <h2><?php _e( 'New Site Settings' ); ?></h2> 280 <table class="form-table" >280 <table class="form-table" role="presentation"> 281 281 282 282 <tr> … … 359 359 </table> 360 360 <h2><?php _e( 'Upload Settings' ); ?></h2> 361 <table class="form-table" >361 <table class="form-table" role="presentation"> 362 362 <tr> 363 363 <th scope="row"><?php _e( 'Site upload space' ); ?></th> … … 403 403 ?> 404 404 <h2><?php _e( 'Language Settings' ); ?></h2> 405 <table class="form-table" >405 <table class="form-table" role="presentation"> 406 406 <tr> 407 407 <th><label for="WPLANG"><?php _e( 'Default Language' ); ?></label></th>
Note: See TracChangeset
for help on using the changeset viewer.