mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-04 20:54:29 +00:00
Revert [34013] and parts of [33970].
* `_WP_Editors::wp_mce_translation()` can't be changed without changing strings in TinyMCE and plugins. * `\u2026` is escaped by `json_encode()` to `\\u2026`, makes `\u2026` visible in our UI. See #32875. git-svn-id: https://develop.svn.wordpress.org/trunk@34087 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -926,7 +926,7 @@ final class _WP_Editors {
|
||||
|
||||
'Color' => __( 'Color' ),
|
||||
'Custom color' => __( 'Custom color' ),
|
||||
'Custom\u2026' => _x( 'Custom\u2026', 'label for custom color' ),
|
||||
'Custom...' => _x( 'Custom...', 'label for custom color' ),
|
||||
'No color' => __( 'No color' ),
|
||||
|
||||
// Spelling, search/replace plugins
|
||||
@@ -1028,7 +1028,7 @@ final class _WP_Editors {
|
||||
'Toolbar Toggle' => __( 'Toolbar Toggle' ),
|
||||
'Insert Read More tag' => __( 'Insert Read More tag' ),
|
||||
'Insert Page Break tag' => __( 'Insert Page Break tag' ),
|
||||
'Read more\u2026' => __( 'Read more\u2026' ), // Title on the placeholder inside the editor
|
||||
'Read more...' => __( 'Read more...' ), // Title on the placeholder inside the editor
|
||||
'Distraction-free writing mode' => __( 'Distraction-free writing mode' ),
|
||||
'No alignment' => __( 'No alignment' ), // Tooltip for the 'alignnone' button in the image toolbar
|
||||
'Remove' => __( 'Remove' ), // Tooltip for the 'remove' button in the image toolbar
|
||||
|
||||
Reference in New Issue
Block a user