Changeset 34087 for trunk/src/wp-includes/class-wp-editor.php
- Timestamp:
- 09/12/2015 08:02:43 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-editor.php
r34013 r34087 927 927 'Color' => __( 'Color' ), 928 928 'Custom color' => __( 'Custom color' ), 929 'Custom \u2026' => _x( 'Custom\u2026', 'label for custom color' ),929 'Custom...' => _x( 'Custom...', 'label for custom color' ), 930 930 'No color' => __( 'No color' ), 931 931 … … 1029 1029 'Insert Read More tag' => __( 'Insert Read More tag' ), 1030 1030 'Insert Page Break tag' => __( 'Insert Page Break tag' ), 1031 'Read more \u2026' => __( 'Read more\u2026' ), // Title on the placeholder inside the editor1031 'Read more...' => __( 'Read more...' ), // Title on the placeholder inside the editor 1032 1032 'Distraction-free writing mode' => __( 'Distraction-free writing mode' ), 1033 1033 'No alignment' => __( 'No alignment' ), // Tooltip for the 'alignnone' button in the image toolbar
Note: See TracChangeset
for help on using the changeset viewer.