Make WordPress Core

Changeset 34096


Ignore:
Timestamp:
09/13/2015 04:47:54 PM (9 years ago)
Author:
afercia
Message:

Bump H3 headings to H2 on the Writing Settings screen for better accessibility.

Props mrahmadawais.
Fixes #33651.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/options-writing.php

    r33774 r34096  
    114114if ( apply_filters( 'enable_post_by_email_configuration', true ) ) {
    115115?>
    116 <h3 class="title"><?php _e('Post via email') ?></h3>
     116<h2 class="title"><?php _e( 'Post via email' ) ?></h2>
    117117<p><?php printf(__('To post to WordPress by email you must set up a secret email account with POP3 access. Any mail received at this address will be posted, so it&#8217;s a good idea to keep this address very secret. Here are three random strings you could use: <kbd>%s</kbd>, <kbd>%s</kbd>, <kbd>%s</kbd>.'), wp_generate_password(8, false), wp_generate_password(8, false), wp_generate_password(8, false)) ?></p>
    118118
     
    157157if ( apply_filters( 'enable_update_services_configuration', true ) ) {
    158158?>
    159 <h3 class="title"><?php _e('Update Services') ?></h3>
     159<h2 class="title"><?php _e( 'Update Services' ) ?></h2>
    160160
    161161<?php if ( 1 == get_option('blog_public') ) : ?>
Note: See TracChangeset for help on using the changeset viewer.