Update the DFW v2 pointer text. Props kpdesign, DrewAPicture, johnbillion. Fixes #30458.

Built from https://develop.svn.wordpress.org/trunk@30717


git-svn-id: http://core.svn.wordpress.org/trunk@30707 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2014-12-02 23:11:24 +00:00
parent 858a51273a
commit 71d0c1c977
2 changed files with 5 additions and 5 deletions

View File

@ -2049,13 +2049,13 @@ final class WP_Internal_Pointers {
}
$content = '<h3>' . __( 'Distraction Free Writing' ) . '</h3>';
$content .= '<p>' . __( 'Enable distraction free writing; everything fades away so you can focus. '
. 'Bring your admin back by moving your mouse, then start typing and it fades away.' ) . '</p>';
$content .= '<p>' . __( 'Start typing, and the other elements fade away so you can focus. '
. 'Move your mouse out of the editor to reveal everything again.' ) . '</p>';
if ( is_rtl() ) {
$position = array( 'edge' => 'left', 'align' => 'left', 'my' => 'left-5 top-60' );
$position = array( 'edge' => 'left', 'align' => 'left', 'my' => 'left-5 top-30%' );
} else {
$position = array( 'edge' => 'right', 'align' => 'right', 'my' => 'right+5 top-60' );
$position = array( 'edge' => 'right', 'align' => 'right', 'my' => 'right+5 top-30%' );
}
self::print_js( 'wp410_dfw', '#content-html', array(

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.1-beta2-30716';
$wp_version = '4.1-beta2-30717';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.