Bump H3 headings to H2 on Tools screen for better accessibility.
props Cheffheid. fixes #33607. git-svn-id: https://develop.svn.wordpress.org/trunk@33819 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
77b54f319d
commit
0de0c060c1
@ -37,7 +37,7 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' );
|
||||
|
||||
<?php if ( current_user_can('edit_posts') ) : ?>
|
||||
<div class="card pressthis">
|
||||
<h3><?php _e('Press This') ?></h3>
|
||||
<h2><?php _e('Press This') ?></h2>
|
||||
<p><?php _e( 'Press This is a little tool that lets you grab bits of the web and create new posts with ease.' );?></p>
|
||||
<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>
|
||||
|
||||
@ -100,8 +100,8 @@ $cats = get_taxonomy('category');
|
||||
$tags = get_taxonomy('post_tag');
|
||||
if ( current_user_can($cats->cap->manage_terms) || current_user_can($tags->cap->manage_terms) ) : ?>
|
||||
<div class="card">
|
||||
<h3 class="title"><?php _e( 'Categories and Tags Converter' ) ?></h3>
|
||||
<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>
|
||||
<h2 class="title"><?php _e( 'Categories and Tags Converter' ) ?></h2>
|
||||
<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>
|
||||
</div>
|
||||
<?php
|
||||
endif;
|
||||
|
Loading…
Reference in New Issue
Block a user