Make WordPress Core


Ignore:
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.