Make WordPress Core


Ignore:
Timestamp:
12/03/2014 09:59:53 PM (10 years ago)
Author:
azaozz
Message:

Update better description of the Screen Options checkbox for DFW v2 and editor-expand. Props johnbillion, kpdesign, fixes #30557.

File:
1 edited

Legend:

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

    r30718 r30734  
    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, and enable distraction-free writing.' ) . '</label></div>';
     978                $expand .= __( 'Enable full-height editor and distraction-free functionality.' ) . '</label></div>';
    979979                $this->_screen_settings = $expand;
    980980                break;
Note: See TracChangeset for help on using the changeset viewer.