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