- Timestamp:
- 05/24/2019 09:55:21 PM (5 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 23 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/custom-background.php
r45140 r45403 247 247 <h3><?php _e( 'Background Image' ); ?></h3> 248 248 249 <table class="form-table" >249 <table class="form-table" role="presentation"> 250 250 <tbody> 251 251 <tr> … … 341 341 <h3><?php _e( 'Display Options' ); ?></h3> 342 342 <form method="post"> 343 <table class="form-table" >343 <table class="form-table" role="presentation"> 344 344 <tbody> 345 345 <?php if ( get_background_image() ) : ?> -
trunk/src/wp-admin/custom-header.php
r45140 r45403 491 491 <h3><?php _e( 'Header Image' ); ?></h3> 492 492 493 <table class="form-table" >493 <table class="form-table" role="presentation"> 494 494 <tbody> 495 495 … … 629 629 <form method="post" action="<?php echo esc_url( add_query_arg( 'step', 1 ) ); ?>"> 630 630 <?php submit_button( null, 'screen-reader-text', 'save-header-options', false ); ?> 631 <table class="form-table" >631 <table class="form-table" role="presentation"> 632 632 <tbody> 633 633 <?php if ( get_uploaded_header_images() ) : ?> … … 690 690 <h3><?php _e( 'Header Text' ); ?></h3> 691 691 692 <table class="form-table" >692 <table class="form-table" role="presentation"> 693 693 <tbody> 694 694 <tr> -
trunk/src/wp-admin/edit-tag-form.php
r44663 r45403 128 128 } 129 129 ?> 130 <table class="form-table" >130 <table class="form-table" role="presentation"> 131 131 <tr class="form-field form-required term-name-wrap"> 132 132 <th scope="row"><label for="name"><?php _ex( 'Name', 'term name' ); ?></label></th> -
trunk/src/wp-admin/includes/ms.php
r45300 r45403 803 803 function choose_primary_blog() { 804 804 ?> 805 <table class="form-table" >805 <table class="form-table" role="presentation"> 806 806 <tr> 807 807 <?php /* translators: My sites label */ ?> … … 915 915 $admin_out = '<option value="' . esc_attr( $current_user->ID ) . '">' . $current_user->user_login . '</option>'; 916 916 ?> 917 <table class="form-table" >917 <table class="form-table" role="presentation"> 918 918 <?php 919 919 foreach ( ( $allusers = (array) $_POST['allusers'] ) as $user_id ) { -
trunk/src/wp-admin/includes/network.php
r45391 r45403 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> -
trunk/src/wp-admin/includes/template.php
r44809 r45403 1606 1606 continue; 1607 1607 } 1608 echo '<table class="form-table" >';1608 echo '<table class="form-table" role="presentation">'; 1609 1609 do_settings_fields( $page, $section['id'] ); 1610 1610 echo '</table>'; -
trunk/src/wp-admin/install.php
r45357 r45403 114 114 <?php } ?> 115 115 <form id="setup" method="post" action="install.php?step=2" novalidate="novalidate"> 116 <table class="form-table" >116 <table class="form-table" role="presentation"> 117 117 <tr> 118 118 <th scope="row"><label for="weblog_title"><?php _e( 'Site Title' ); ?></label></th> -
trunk/src/wp-admin/network/settings.php
r45140 r45403 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> -
trunk/src/wp-admin/network/site-info.php
r43571 r45403 153 153 <?php wp_nonce_field( 'edit-site' ); ?> 154 154 <input type="hidden" name="id" value="<?php echo esc_attr( $id ); ?>" /> 155 <table class="form-table" >155 <table class="form-table" role="presentation"> 156 156 <?php 157 157 // The main site of the network should not be updated on this page. -
trunk/src/wp-admin/network/site-new.php
r44574 r45403 225 225 <form method="post" action="<?php echo network_admin_url( 'site-new.php?action=add-site' ); ?>" novalidate="novalidate"> 226 226 <?php wp_nonce_field( 'add-blog', '_wpnonce_add-blog' ); ?> 227 <table class="form-table" >227 <table class="form-table" role="presentation"> 228 228 <tr class="form-field form-required"> 229 229 <th scope="row"><label for="site-address"><?php _e( 'Site Address (URL)' ); ?> <span class="required">*</span></label></th> -
trunk/src/wp-admin/network/site-settings.php
r43571 r45403 112 112 <?php wp_nonce_field( 'edit-site' ); ?> 113 113 <input type="hidden" name="id" value="<?php echo esc_attr( $id ); ?>" /> 114 <table class="form-table" >114 <table class="form-table" role="presentation"> 115 115 <?php 116 116 $blog_prefix = $wpdb->get_blog_prefix( $id ); -
trunk/src/wp-admin/network/site-users.php
r43571 r45403 301 301 <form action="site-users.php?action=adduser" id="adduser" method="post"> 302 302 <input type="hidden" name="id" value="<?php echo esc_attr( $id ); ?>" /> 303 <table class="form-table" >303 <table class="form-table" role="presentation"> 304 304 <tr> 305 305 <th scope="row"><label for="newuser"><?php _e( 'Username' ); ?></label></th> … … 335 335 <form action="<?php echo network_admin_url( 'site-users.php?action=newuser' ); ?>" id="newuser" method="post"> 336 336 <input type="hidden" name="id" value="<?php echo esc_attr( $id ); ?>" /> 337 <table class="form-table" >337 <table class="form-table" role="presentation"> 338 338 <tr> 339 339 <th scope="row"><label for="user_username"><?php _e( 'Username' ); ?></label></th> -
trunk/src/wp-admin/network/user-new.php
r43571 r45403 121 121 <?php } ?> 122 122 <form action="<?php echo network_admin_url( 'user-new.php?action=add-user' ); ?>" id="adduser" method="post" novalidate="novalidate"> 123 <table class="form-table" >123 <table class="form-table" role="presentation"> 124 124 <tr class="form-field form-required"> 125 125 <th scope="row"><label for="username"><?php _e( 'Username' ); ?></label></th> -
trunk/src/wp-admin/options-discussion.php
r45401 r45403 42 42 <?php settings_fields( 'discussion' ); ?> 43 43 44 <table class="form-table" >44 <table class="form-table" role="presentation"> 45 45 <tr> 46 46 <th scope="row"><?php _e( 'Default post settings' ); ?></th> … … 219 219 ?> 220 220 221 <table class="form-table" >221 <table class="form-table" role="presentation"> 222 222 <tr> 223 223 <th scope="row"><?php _e( 'Avatar Display' ); ?></th> -
trunk/src/wp-admin/options-general.php
r45402 r45403 59 59 <?php settings_fields( 'general' ); ?> 60 60 61 <table class="form-table" >61 <table class="form-table" role="presentation"> 62 62 63 63 <tr> -
trunk/src/wp-admin/options-media.php
r45140 r45403 52 52 <p><?php _e( 'The sizes listed below determine the maximum dimensions in pixels to use when adding an image to the Media Library.' ); ?></p> 53 53 54 <table class="form-table" >54 <table class="form-table" role="presentation"> 55 55 <tr> 56 56 <th scope="row"><?php _e( 'Thumbnail size' ); ?></th> … … 99 99 ?> 100 100 <h2 class="title"><?php _e( 'Embeds' ); ?></h2> 101 <table class="form-table" >101 <table class="form-table" role="presentation"> 102 102 <?php do_settings_fields( 'media', 'embeds' ); ?> 103 103 </table> … … 106 106 <?php if ( ! is_multisite() ) : ?> 107 107 <h2 class="title"><?php _e( 'Uploading Files' ); ?></h2> 108 <table class="form-table" >108 <table class="form-table" role="presentation"> 109 109 <?php 110 110 // If upload_url_path is not the default (empty), and upload_path is not the default ('wp-content/uploads' or empty) -
trunk/src/wp-admin/options-permalink.php
r45140 r45403 301 301 </p> 302 302 303 <table class="form-table" >303 <table class="form-table" role="presentation"> 304 304 <tr> 305 305 <th><label for="category_base"><?php /* translators: prefix for category permalinks */ _e( 'Category base' ); ?></label></th> -
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> -
trunk/src/wp-admin/options-writing.php
r45140 r45403 63 63 <?php settings_fields( 'writing' ); ?> 64 64 65 <table class="form-table" >65 <table class="form-table" role="presentation"> 66 66 <?php if ( get_site_option( 'initial_db_version' ) < 32453 ) : ?> 67 67 <tr> … … 151 151 </p> 152 152 153 <table class="form-table" >153 <table class="form-table" role="presentation"> 154 154 <tr> 155 155 <th scope="row"><label for="mailserver_url"><?php _e( 'Mail Server' ); ?></label></th> -
trunk/src/wp-admin/options.php
r43571 r45403 321 321 <input type="hidden" name="action" value="update" /> 322 322 <input type="hidden" name="option_page" value="options" /> 323 <table class="form-table" >323 <table class="form-table" role="presentation"> 324 324 <?php 325 325 $options = $wpdb->get_results( "SELECT * FROM $wpdb->options ORDER BY option_name" ); -
trunk/src/wp-admin/setup-config.php
r45382 r45403 208 208 <form method="post" action="setup-config.php?step=2"> 209 209 <p><?php _e( 'Below you should enter your database connection details. If you’re not sure about these, contact your host.' ); ?></p> 210 <table class="form-table" >210 <table class="form-table" role="presentation"> 211 211 <tr> 212 212 <th scope="row"><label for="dbname"><?php _e( 'Database Name' ); ?></label></th> -
trunk/src/wp-admin/user-edit.php
r45402 r45403 256 256 <h2><?php _e( 'Personal Options' ); ?></h2> 257 257 258 <table class="form-table" >258 <table class="form-table" role="presentation"> 259 259 <?php if ( ! ( IS_PROFILE_PAGE && ! $user_can_edit ) ) : ?> 260 260 <tr class="user-rich-editing-wrap"> … … 386 386 <h2><?php _e( 'Name' ); ?></h2> 387 387 388 <table class="form-table" >388 <table class="form-table" role="presentation"> 389 389 <tr class="user-user-login-wrap"> 390 390 <th><label for="user_login"><?php _e( 'Username' ); ?></label></th> … … 483 483 <h2><?php _e( 'Contact Info' ); ?></h2> 484 484 485 <table class="form-table" >485 <table class="form-table" role="presentation"> 486 486 <tr class="user-email-wrap"> 487 487 <th><label for="email"><?php _e( 'Email' ); ?> <span class="description"><?php _e( '(required)' ); ?></span></label></th> … … 552 552 <h2><?php IS_PROFILE_PAGE ? _e( 'About Yourself' ) : _e( 'About the user' ); ?></h2> 553 553 554 <table class="form-table" >554 <table class="form-table" role="presentation"> 555 555 <tr class="user-description-wrap"> 556 556 <th><label for="description"><?php _e( 'Biographical Info' ); ?></label></th> … … 608 608 609 609 <h2><?php _e( 'Account Management' ); ?></h2> 610 <table class="form-table" >610 <table class="form-table" role="presentation"> 611 611 <tr id="password" class="user-pass1-wrap"> 612 612 <th><label for="pass1"><?php _e( 'New Password' ); ?></label></th> … … 729 729 ?> 730 730 <h2><?php _e( 'Additional Capabilities' ); ?></h2> 731 <table class="form-table" >731 <table class="form-table" role="presentation"> 732 732 <tr class="user-capabilities-wrap"> 733 733 <th scope="row"><?php _e( 'Capabilities' ); ?></th> -
trunk/src/wp-admin/user-new.php
r45204 r45403 394 394 <?php wp_nonce_field( 'add-user', '_wpnonce_add-user' ); ?> 395 395 396 <table class="form-table" >396 <table class="form-table" role="presentation"> 397 397 <tr class="form-field form-required"> 398 398 <th scope="row"><label for="adduser-email"><?php echo $label; ?></label></th> … … 463 463 464 464 ?> 465 <table class="form-table" >465 <table class="form-table" role="presentation"> 466 466 <tr class="form-field form-required"> 467 467 <th scope="row"><label for="user_login"><?php _e( 'Username' ); ?> <span class="description"><?php _e( '(required)' ); ?></span></label></th>
Note: See TracChangeset
for help on using the changeset viewer.