Make WordPress Core

Changeset 33818


Ignore:
Timestamp:
08/31/2015 03:28:32 AM (9 years ago)
Author:
SergeyBiryukov
Message:

Bump H3 headings to H2 on Permalink Settings screen for better accessibility.

props Cheffheid.
fixes #33611.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/options-permalink.php

    r32974 r33818  
    198198);
    199199?>
    200 <h3 class="title"><?php _e('Common Settings'); ?></h3>
     200<h2 class="title"><?php _e('Common Settings'); ?></h2>
    201201<table class="form-table permalink-structure">
    202202    <tr>
     
    233233</table>
    234234
    235 <h3 class="title"><?php _e('Optional'); ?></h3>
     235<h2 class="title"><?php _e('Optional'); ?></h2>
    236236<p><?php
    237237/* translators: %s is a placeholder that must come at the start of the URL. */
Note: See TracChangeset for help on using the changeset viewer.