Make WordPress Core

Changeset 34014


Ignore:
Timestamp:
09/10/2015 08:35:03 PM (10 years ago)
Author:
wonderboymusic
Message:

_wpThemeSettings.l10n.searchPlaceholder is an input placeholder and doesn't handle UTF-8 or HTML entities properly. In lieu of using literal Unicode here, use ....

See #32875.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/themes.php

    r33970 r34014  
    138138        'addNew'            => __( 'Add New Theme' ),
    139139        'search'            => __( 'Search Installed Themes' ),
    140         'searchPlaceholder' => __( 'Search installed themes…' ), // placeholder (no ellipsis)
     140        'searchPlaceholder' => __( 'Search installed themes...' ), // placeholder (no ellipsis)
    141141        'themesFound'       => __( 'Number of Themes found: %d' ),
    142142        'noThemesFound'     => __( 'No themes found. Try a different search.' ),
Note: See TracChangeset for help on using the changeset viewer.