Changeset 30890 for trunk/src/wp-includes/class-wp-editor.php
- Timestamp:
- 12/16/2014 10:06:17 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-editor.php
r30839 r30890 996 996 'Insert Read More tag' => __( 'Insert Read More tag' ), 997 997 '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' ), 999 999 'No alignment' => __( 'No alignment' ), // Tooltip for the 'alignnone' button in the image toolbar 1000 1000 'Remove' => __( 'Remove' ), // Tooltip for the 'remove' button in the image toolbar … … 1286 1286 /** 1287 1287 * Filter the list of TinyMCE buttons for the fullscreen 1288 * 'Distraction 1288 * 'Distraction-Free Writing' editor. 1289 1289 * 1290 1290 * @since 3.2.0
Note: See TracChangeset
for help on using the changeset viewer.