Site Icon: Switch to using H1 headings.
See #31650. Props afercia. Fixes #32885. git-svn-id: https://develop.svn.wordpress.org/trunk@33084 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
14f39faab1
commit
9d101ee78e
@ -152,7 +152,7 @@ class WP_Site_Icon {
|
||||
public function select_page() {
|
||||
?>
|
||||
<div class="wrap">
|
||||
<h2><?php _e( 'Add Site Icon' ); ?></h2>
|
||||
<h1><?php _e( 'Add Site Icon' ); ?></h1>
|
||||
<?php settings_errors( 'site-icon' ); ?>
|
||||
<?php do_settings_sections( 'site-icon-upload' ); ?>
|
||||
</div>
|
||||
@ -260,7 +260,7 @@ class WP_Site_Icon {
|
||||
?>
|
||||
|
||||
<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' ); ?>
|
||||
|
||||
<div class="site-icon-crop-shell">
|
||||
|
Loading…
Reference in New Issue
Block a user