Make WordPress Core

Changeset 30718


Ignore:
Timestamp:
12/02/2014 11:22:52 PM (11 years ago)
Author:
azaozz
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/screen.php

    r30680 r30718  
    976976                $expand = '<div class="editor-expand hidden"><label for="editor-expand-toggle">';
    977977                $expand .= '<input type="checkbox" id="editor-expand-toggle"' . checked( get_user_setting( 'editor_expand', 'on' ), 'on', false ) . ' />';
    978                 $expand .= __( 'Expand the editor to match the window height.' ) . '</label></div>';
     978                $expand .= __( 'Expand the editor to match the window height, and enable distraction-free writing.' ) . '</label></div>';
    979979                $this->_screen_settings = $expand;
    980980                break;
Note: See TracChangeset for help on using the changeset viewer.