- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-section.php
r33282 r33970 438 438 <?php if ( count( $this->controls ) > 4 ) : ?> 439 439 <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…' ); ?></span> 441 <input type="text" id="themes-filter" placeholder="<?php esc_attr_e( 'Search installed themes…' ); ?>" /> 442 442 </label></p> 443 443 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.