Changeset 45403 for trunk/src/wp-admin/includes/template.php
- Timestamp:
- 05/24/2019 09:55:21 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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>';
Note: See TracChangeset
for help on using the changeset viewer.