Make WordPress Core


Ignore:
Timestamp:
09/10/2015 08:29:18 PM (11 years ago)
Author:
wonderboymusic
Message:

After [33970], swap UTF-8 characters for their \u2026 escape sequence.

See #32875.

File:
1 edited

Legend:

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

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