]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/tools.php
WordPress 4.4
[autoinstalls/wordpress.git] / wp-admin / tools.php
index 726c55b52a1b8342b41fcc352a0e8b1030869fcd..b6de3c8183d52cef32cc07cb7448b071c97980b5 100644 (file)
@@ -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;