Ticket #33607: 33607.patch
| File 33607.patch, 1.2 KB (added by , 11 years ago) |
|---|
-
wp-admin/tools.php
37 37 38 38 <?php if ( current_user_can('edit_posts') ) : ?> 39 39 <div class="card pressthis"> 40 <h 3><?php _e('Press This') ?></h3>40 <h2><?php _e('Press This') ?></h2> 41 41 <p><?php _e( 'Press This is a little tool that lets you grab bits of the web and create new posts with ease.' );?></p> 42 42 <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> 43 43 … … 100 100 $tags = get_taxonomy('post_tag'); 101 101 if ( current_user_can($cats->cap->manage_terms) || current_user_can($tags->cap->manage_terms) ) : ?> 102 102 <div class="card"> 103 <h 3 class="title"><?php _e( 'Categories and Tags Converter' ) ?></h3>103 <h2 class="title"><?php _e( 'Categories and Tags Converter' ) ?></h2> 104 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> 105 105 </div> 106 106 <?php