Bump the "Status" H3 heading to H2 on the Edit Comment screen for better accessibility.
Fixes #34286. Built from https://develop.svn.wordpress.org/trunk@35160 git-svn-id: http://core.svn.wordpress.org/trunk@35126 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9dd1462fe3
commit
f1787056de
|
@ -73,7 +73,7 @@ if ( $comment->comment_post_ID > 0 ):
|
|||
|
||||
<div id="postbox-container-1" class="postbox-container">
|
||||
<div id="submitdiv" class="stuffbox" >
|
||||
<h3><span class="hndle"><?php _e('Status') ?></span></h3>
|
||||
<h2><?php _e( 'Status' ) ?></h2>
|
||||
<div class="inside">
|
||||
<div class="submitbox" id="submitcomment">
|
||||
<div id="minor-publishing">
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.4-alpha-35159';
|
||||
$wp_version = '4.4-alpha-35160';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue