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

props Cheffheid.
fixes #33611.

git-svn-id: https://develop.svn.wordpress.org/trunk@33818 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2015-08-31 03:28:32 +00:00
parent 7f3b90bc77
commit 77b54f319d

View File

@ -197,7 +197,7 @@ $structures = array(
4 => $prefix . '/%postname%/',
);
?>
<h3 class="title"><?php _e('Common Settings'); ?></h3>
<h2 class="title"><?php _e('Common Settings'); ?></h2>
<table class="form-table permalink-structure">
<tr>
<th><label><input name="selection" type="radio" value="" <?php checked('', $permalink_structure); ?> /> <?php _e('Default'); ?></label></th>
@ -232,7 +232,7 @@ $structures = array(
</tr>
</table>
<h3 class="title"><?php _e('Optional'); ?></h3>
<h2 class="title"><?php _e('Optional'); ?></h2>
<p><?php
/* translators: %s is a placeholder that must come at the start of the URL. */
printf( __('If you like, you may enter custom structures for your category and tag <abbr title="Universal Resource Locator">URL</abbr>s here. For example, using <code>topics</code> as your category base would make your category links like <code>%s/topics/uncategorized/</code>. If you leave these blank the defaults will be used.'), get_option('home') . $blog_prefix . $prefix ); ?></p>