Press This: Use more accurate wording on Tools screen.
props kraftbj. see #31836. Built from https://develop.svn.wordpress.org/trunk@31980 git-svn-id: http://core.svn.wordpress.org/trunk@31959 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5f4e2cdba3
commit
633241e60d
|
@ -38,7 +38,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>
|
||||
<p><?php _e( 'Press This is a little app that lets you grab bits of the web and create new posts with ease.' );?></p>
|
||||
<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>
|
||||
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.2-beta3-31979';
|
||||
$wp_version = '4.2-beta3-31980';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue