Make WordPress Core

Changeset 35160


Ignore:
Timestamp:
10/14/2015 05:43:42 PM (9 years ago)
Author:
afercia
Message:

Bump the "Status" H3 heading to H2 on the Edit Comment screen for better accessibility.

Fixes #34286.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/edit-form-comment.php

    r34301 r35160  
    7474<div id="postbox-container-1" class="postbox-container">
    7575<div id="submitdiv" class="stuffbox" >
    76 <h3><span class="hndle"><?php _e('Status') ?></span></h3>
     76<h2><?php _e( 'Status' ) ?></h2>
    7777<div class="inside">
    7878<div class="submitbox" id="submitcomment">
Note: See TracChangeset for help on using the changeset viewer.