Changeset 45834 for branches/5.2/src/wp-admin/options-discussion.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-discussion.php
r45140 r45834 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 article 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.