Make WordPress Core


Ignore:
Timestamp:
12/16/2014 12:14:27 PM (12 years ago)
Author:
johnbillion
Message:

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

Merges [30890] to the 4.1 branch.

Fixes #30657.

Location:
branches/4.1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.1

  • branches/4.1/src/wp-includes/class-wp-editor.php

    r30862 r30892  
    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.