mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-11 02:49:04 +01:00
Update better description of the Screen Options checkbox for DFW v2 and editor-expand. Props johnbillion, kpdesign, fixes #30557.
Built from https://develop.svn.wordpress.org/trunk@30734 git-svn-id: http://core.svn.wordpress.org/trunk@30724 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f1385e4031
commit
1bb20da03b
@ -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, and enable distraction-free writing.' ) . '</label></div>';
|
$expand .= __( 'Enable full-height editor and distraction-free functionality.' ) . '</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-30733';
|
$wp_version = '4.1-beta2-30734';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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
Block a user