Bump H3 headings to H2 on the Plugin Editor screen for better accessibility.
Fixes #33839. Built from https://develop.svn.wordpress.org/trunk@34067 git-svn-id: http://core.svn.wordpress.org/trunk@34035 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f446d01b4c
commit
a751eccdf2
|
@ -216,7 +216,7 @@ default:
|
|||
</div>
|
||||
|
||||
<div id="templateside">
|
||||
<h3><?php _e('Plugin Files'); ?></h3>
|
||||
<h2><?php _e( 'Plugin Files' ); ?></h2>
|
||||
|
||||
<ul>
|
||||
<?php
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.4-alpha-34066';
|
||||
$wp_version = '4.4-alpha-34067';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue