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:
Andrea Fercia 2015-09-12 00:08:24 +00:00
parent f446d01b4c
commit a751eccdf2
2 changed files with 2 additions and 2 deletions

View File

@ -216,7 +216,7 @@ default:
</div>
<div id="templateside">
<h3><?php _e('Plugin Files'); ?></h3>
<h2><?php _e( 'Plugin Files' ); ?></h2>
<ul>
<?php

View File

@ -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.