Changeset 30734 for trunk/src/wp-admin/includes/screen.php
- Timestamp:
- 12/03/2014 09:59:53 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/screen.php
r30718 r30734 976 976 $expand = '<div class="editor-expand hidden"><label for="editor-expand-toggle">'; 977 977 $expand .= '<input type="checkbox" id="editor-expand-toggle"' . checked( get_user_setting( 'editor_expand', 'on' ), 'on', false ) . ' />'; 978 $expand .= __( 'E xpand the editor to match the window height, and enable distraction-free writing.' ) . '</label></div>';978 $expand .= __( 'Enable full-height editor and distraction-free functionality.' ) . '</label></div>'; 979 979 $this->_screen_settings = $expand; 980 980 break;
Note: See TracChangeset
for help on using the changeset viewer.