Make WordPress Core

Changeset 33819


Ignore:
Timestamp:
08/31/2015 03:31:38 AM (9 years ago)
Author:
SergeyBiryukov
Message:

Bump H3 headings to H2 on Tools screen for better accessibility.

props Cheffheid.
fixes #33607.

File:
1 edited

Legend:

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

    r32974 r33819  
    3838<?php if ( current_user_can('edit_posts') ) : ?>
    3939<div class="card pressthis">
    40     <h3><?php _e('Press This') ?></h3>
     40    <h2><?php _e('Press This') ?></h2>
    4141    <p><?php _e( 'Press This is a little tool that lets you grab bits of the web and create new posts with ease.' );?></p>
    4242    <p><?php _e( 'Use Press This to clip text, images and videos from any web page. Then edit and add more straight from Press This before you save or publish it in a post on your site.' ); ?></p>
     
    101101if ( current_user_can($cats->cap->manage_terms) || current_user_can($tags->cap->manage_terms) ) : ?>
    102102<div class="card">
    103     <h3 class="title"><?php _e( 'Categories and Tags Converter' ) ?></h3>
    104     <p><?php printf( __('If you want to convert your categories to tags (or vice versa), use the <a href="%s">Categories and Tags Converter</a> available from the Import screen.'), 'import.php' ); ?></p>
     103    <h2 class="title"><?php _e( 'Categories and Tags Converter' ) ?></h2>
     104    <p><?php printf( __('If you want to convert your categories to tags (or vice versa), use the <a href="%s">Categories and Tags Converter</a> available from the Import screen.'), 'import.php' ); ?></p>
    105105</div>
    106106<?php
Note: See TracChangeset for help on using the changeset viewer.