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

props Cheffheid.
fixes #33611.
Built from https://develop.svn.wordpress.org/trunk@33818


git-svn-id: http://core.svn.wordpress.org/trunk@33786 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2015-08-31 03:29:21 +00:00
parent fb3d54d569
commit 48c82ef14d
2 changed files with 3 additions and 3 deletions

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>

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-alpha-33817';
$wp_version = '4.4-alpha-33818';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.