Changeset 33819
- Timestamp:
- 08/31/2015 03:31:38 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/tools.php
r32974 r33819 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> … … 101 101 if ( current_user_can($cats->cap->manage_terms) || current_user_can($tags->cap->manage_terms) ) : ?> 102 102 <div class="card"> 103 <h3 class="title"><?php _e( 'Categories and Tags Converter' ) ?></h3>104 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> 105 105 </div> 106 106 <?php
Note: See TracChangeset
for help on using the changeset viewer.