Make WordPress Core


Ignore:
Timestamp:
09/09/2015 04:38:31 AM (11 years ago)
Author:
wonderboymusic
Message:

Round 2 of: We should use ellipses … / … instead of three dots/periods ... e.g Loading… not Loading...

Props yoavf.
Fixes #32875.

File:
1 edited

Legend:

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

    r33282 r33970  
    438438                                <?php if ( count( $this->controls ) > 4 ) : ?>
    439439                                        <p><label for="themes-filter">
    440                                                 <span class="screen-reader-text"><?php _e( 'Search installed themes...' ); ?></span>
    441                                                 <input type="text" id="themes-filter" placeholder="<?php esc_attr_e( 'Search installed themes...' ); ?>" />
     440                                                <span class="screen-reader-text"><?php _e( 'Search installed themes&hellip;' ); ?></span>
     441                                                <input type="text" id="themes-filter" placeholder="<?php esc_attr_e( 'Search installed themes&hellip;' ); ?>" />
    442442                                        </label></p>
    443443                                <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.