wp/wp-includes/customize/class-wp-customize-themes-section.php
changeset 18 be944660c56a
parent 16 a86126ab1dd4
child 21 48c4eec2b7e6
equal deleted inserted replaced
17:34716fd837a4 18:be944660c56a
   119 	 *
   119 	 *
   120 	 * @since 4.9.0
   120 	 * @since 4.9.0
   121 	 */
   121 	 */
   122 	protected function filter_bar_content_template() {
   122 	protected function filter_bar_content_template() {
   123 		?>
   123 		?>
   124 		<button type="button" class="button button-primary customize-section-back customize-themes-mobile-back"><?php _e( 'Back to theme sources' ); ?></button>
   124 		<button type="button" class="button button-primary customize-section-back customize-themes-mobile-back"><?php _e( 'Go to theme sources' ); ?></button>
   125 		<# if ( 'wporg' === data.action ) { #>
   125 		<# if ( 'wporg' === data.action ) { #>
   126 			<div class="search-form">
   126 			<div class="search-form">
   127 				<label for="wp-filter-search-input-{{ data.id }}" class="screen-reader-text"><?php _e( 'Search themes&hellip;' ); ?></label>
   127 				<label for="wp-filter-search-input-{{ data.id }}" class="screen-reader-text"><?php _e( 'Search themes&hellip;' ); ?></label>
   128 				<input type="search" id="wp-filter-search-input-{{ data.id }}" placeholder="<?php esc_attr_e( 'Search themes&hellip;' ); ?>" aria-describedby="{{ data.id }}-live-search-desc" class="wp-filter-search">
   128 				<input type="search" id="wp-filter-search-input-{{ data.id }}" placeholder="<?php esc_attr_e( 'Search themes&hellip;' ); ?>" aria-describedby="{{ data.id }}-live-search-desc" class="wp-filter-search">
   129 				<div class="search-icon" aria-hidden="true"></div>
   129 				<div class="search-icon" aria-hidden="true"></div>