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