Changeset 45834 for branches/5.2/src/wp-admin/options-writing.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-writing.php
r45140 r45834 63 63 <?php settings_fields( 'writing' ); ?> 64 64 65 <table class="form-table" >65 <table class="form-table" role="presentation"> 66 66 <?php if ( get_site_option( 'initial_db_version' ) < 32453 ) : ?> 67 67 <tr> … … 151 151 </p> 152 152 153 <table class="form-table" >153 <table class="form-table" role="presentation"> 154 154 <tr> 155 155 <th scope="row"><label for="mailserver_url"><?php _e( 'Mail Server' ); ?></label></th>
Note: See TracChangeset
for help on using the changeset viewer.