Make WordPress Core


Ignore:
Timestamp:
07/04/2015 06:48:37 PM (9 years ago)
Author:
obenland
Message:

Site Icon: Switch to using H1 headings.

See #31650.

Props afercia.
Fixes #32885.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-site-icon.php

    r33075 r33084  
    153153        ?>
    154154        <div class="wrap">
    155             <h2><?php _e( 'Add Site Icon' ); ?></h2>
     155            <h1><?php _e( 'Add Site Icon' ); ?></h1>
    156156            <?php settings_errors( 'site-icon' ); ?>
    157157            <?php do_settings_sections( 'site-icon-upload' ); ?>
     
    261261
    262262        <div class="wrap">
    263             <h2 class="site-icon-title"><?php _e( 'Site Icon' ); ?></h2>
     263            <h1 class="site-icon-title"><?php _e( 'Site Icon' ); ?></h1>
    264264            <?php settings_errors( 'site-icon' ); ?>
    265265
Note: See TracChangeset for help on using the changeset viewer.