Make WordPress Core


Ignore:
Timestamp:
09/12/2015 08:02:43 PM (10 years ago)
Author:
ocean90
Message:

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.

File:
1 edited

Legend:

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

    r34013 r34087  
    628628            'activeControls' => array(),
    629629            'l10n' => array(
    630                 'loading'  => __( 'Loading\u2026' ),
     630                'loading'  => __( 'Loading...' ),
    631631            ),
    632632        );
Note: See TracChangeset for help on using the changeset viewer.