Make WordPress Core


Ignore:
Timestamp:
09/16/2015 11:58:41 AM (9 years ago)
Author:
SergeyBiryukov
Message:

Add a comment to strings where the ellipsis cannot be used due to json_encode(), placeholders, or external dependencies.

Fixes #32875.

File:
1 edited

Legend:

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

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