Changeset 45834 for branches/5.2/src/wp-admin/includes/template.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/includes/template.php
r44809 r45834 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.