Update the description of the Screen Options checkbox for turning editor-expand on/off to include DFW v2. Props kpdesign, fixes #30557.

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


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

View File

@ -975,7 +975,7 @@ final class WP_Screen {
case 'post' :
$expand = '<div class="editor-expand hidden"><label for="editor-expand-toggle">';
$expand .= '<input type="checkbox" id="editor-expand-toggle"' . checked( get_user_setting( 'editor_expand', 'on' ), 'on', false ) . ' />';
$expand .= __( 'Expand the editor to match the window height.' ) . '</label></div>';
$expand .= __( 'Expand the editor to match the window height, and enable distraction-free writing.' ) . '</label></div>';
$this->_screen_settings = $expand;
break;
default:

View File

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