Ticket #16369: 16369.2.patch
File 16369.2.patch, 1.6 KB (added by , 12 years ago) |
---|
-
wp-admin/tools.php
36 36 <?php screen_icon(); ?> 37 37 <h2><?php echo esc_html( $title ); ?></h2> 38 38 39 <?php if ( current_user_can('edit_posts') ) : ?> 39 <?php if ( current_user_can('edit_posts') ) : 40 $cat2tag_link = is_plugin_active( 'wpcat2tag-importer/wpcat2tag-importer.php' ) ? admin_url( 'admin.php?import=wpcat2tag' ) : admin_url( 'import.php' ) ?> 41 40 42 <div class="tool-box"> 41 43 <h3 class="title"><?php _e('Press This') ?></h3> 42 44 <p><?php _e('Press This is a bookmarklet: a little app that runs in your browser and lets you grab bits of the web.');?></p> 43 45 44 <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>46 <p><?php printf( __('<a href="%s">Use this</a> to convert categories to tags or tags to categories.' ), esc_url( $cat2tag_link ) ) ?></p> 45 47 <p class="description"><?php _e('Drag-and-drop the following link to your bookmarks bar or right click it and add it to your favorites for a posting shortcut.') ?></p> 46 48 <p class="pressthis"><a onclick="return false;" oncontextmenu="if(window.navigator.userAgent.indexOf('WebKit')!=-1||window.navigator.userAgent.indexOf('MSIE')!=-1){jQuery('.pressthis-code').show().find('textarea').focus().select();return false;}" href="<?php echo htmlspecialchars( get_shortcut_link() ); ?>"><span><?php _e('Press This') ?></span></a></p> 47 49 <div class="pressthis-code" style="display:none;">