Make WordPress Core

Changeset 33917


Ignore:
Timestamp:
09/05/2015 08:16:17 PM (9 years ago)
Author:
wonderboymusic
Message:

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

Props mrahmadawais.
Fixes #33658.

Location:
trunk/src/wp-admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/edit.css

    r33912 r33917  
    10191019}
    10201020
    1021 .col-wrap h3 {
     1021.col-wrap h2 {
    10221022    margin: 12px 0;
    10231023    font-size: 1.1em;
  • trunk/src/wp-admin/edit-tags.php

    r33852 r33917  
    423423    ?>
    424424<div class="tagcloud">
    425 <h3><?php echo $tax->labels->popular_items; ?></h3>
     425<h2><?php echo $tax->labels->popular_items; ?></h2>
    426426<?php echo $tag_cloud; unset( $tag_cloud ); ?>
    427427</div>
     
    476476
    477477<div class="form-wrap">
    478 <h3><?php echo $tax->labels->add_new_item; ?></h3>
     478<h2><?php echo $tax->labels->add_new_item; ?></h2>
    479479<form id="addtag" method="post" action="edit-tags.php" class="validate"
    480480<?php
Note: See TracChangeset for help on using the changeset viewer.