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:
parent
71d0c1c977
commit
04c2e80c03
|
@ -975,7 +975,7 @@ final class WP_Screen {
|
||||||
case 'post' :
|
case 'post' :
|
||||||
$expand = '<div class="editor-expand hidden"><label for="editor-expand-toggle">';
|
$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 .= '<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;
|
$this->_screen_settings = $expand;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue