Make WordPress Core


Ignore:
Timestamp:
12/16/2014 10:06:17 AM (10 years ago)
Author:
nacin
Message:

Call it 'Distraction-free writing mode' and update the help string. fixes #30657.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-editor.php

    r30839 r30890  
    996996            'Insert Read More tag' => __( 'Insert Read More tag' ),
    997997            'Read more...' => __( 'Read more...' ), // Title on the placeholder inside the editor
    998             'Distraction Free Writing' => __( 'Distraction Free Writing' ),
     998            'Distraction-free writing mode' => __( 'Distraction-free writing mode' ),
    999999            'No alignment' => __( 'No alignment' ), // Tooltip for the 'alignnone' button in the image toolbar
    10001000            'Remove' => __( 'Remove' ), // Tooltip for the 'remove' button in the image toolbar
     
    12861286        /**
    12871287         * Filter the list of TinyMCE buttons for the fullscreen
    1288          * 'Distraction Free Writing' editor.
     1288         * 'Distraction-Free Writing' editor.
    12891289         *
    12901290         * @since 3.2.0
Note: See TracChangeset for help on using the changeset viewer.