Bump H3 headings to H2 on the {Term} screens for better accessibility.

Props mrahmadawais.
Fixes #33658.


git-svn-id: https://develop.svn.wordpress.org/trunk@33917 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor
2015-09-05 20:16:17 +00:00
parent 31663c6782
commit 1adb9643d9
2 changed files with 3 additions and 3 deletions

View File

@@ -1018,7 +1018,7 @@ span.description,
max-width: 100%;
}
.col-wrap h3 {
.col-wrap h2 {
margin: 12px 0;
font-size: 1.1em;
}

View File

@@ -422,7 +422,7 @@ if ( !is_null( $tax->labels->popular_items ) ) {
if ( $tag_cloud ) :
?>
<div class="tagcloud">
<h3><?php echo $tax->labels->popular_items; ?></h3>
<h2><?php echo $tax->labels->popular_items; ?></h2>
<?php echo $tag_cloud; unset( $tag_cloud ); ?>
</div>
<?php
@@ -475,7 +475,7 @@ if ( current_user_can($tax->cap->edit_terms) ) {
?>
<div class="form-wrap">
<h3><?php echo $tax->labels->add_new_item; ?></h3>
<h2><?php echo $tax->labels->add_new_item; ?></h2>
<form id="addtag" method="post" action="edit-tags.php" class="validate"
<?php
/**