Changeset 45834 for branches/5.2/src/wp-admin/custom-header.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/custom-header.php
r45140 r45834 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>
Note: See TracChangeset
for help on using the changeset viewer.