Site Icon: Switch to using H1 headings.

See #31650.

Props afercia.
Fixes #32885.


Built from https://develop.svn.wordpress.org/trunk@33084


git-svn-id: http://core.svn.wordpress.org/trunk@33055 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Konstantin Obenland 2015-07-04 18:49:27 +00:00
parent eee4049c92
commit 664b0373dc
2 changed files with 3 additions and 3 deletions

View File

@ -152,7 +152,7 @@ class WP_Site_Icon {
public function select_page() { public function select_page() {
?> ?>
<div class="wrap"> <div class="wrap">
<h2><?php _e( 'Add Site Icon' ); ?></h2> <h1><?php _e( 'Add Site Icon' ); ?></h1>
<?php settings_errors( 'site-icon' ); ?> <?php settings_errors( 'site-icon' ); ?>
<?php do_settings_sections( 'site-icon-upload' ); ?> <?php do_settings_sections( 'site-icon-upload' ); ?>
</div> </div>
@ -260,7 +260,7 @@ class WP_Site_Icon {
?> ?>
<div class="wrap"> <div class="wrap">
<h2 class="site-icon-title"><?php _e( 'Site Icon' ); ?></h2> <h1 class="site-icon-title"><?php _e( 'Site Icon' ); ?></h1>
<?php settings_errors( 'site-icon' ); ?> <?php settings_errors( 'site-icon' ); ?>
<div class="site-icon-crop-shell"> <div class="site-icon-crop-shell">

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.3-beta1-33083'; $wp_version = '4.3-beta1-33084';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.