mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -1018,7 +1018,7 @@ span.description,
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.col-wrap h3 {
|
||||
.col-wrap h2 {
|
||||
margin: 12px 0;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
@@ -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
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user