equal
deleted
inserted
replaced
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…' ); ?></label> |
127 <label for="wp-filter-search-input-{{ data.id }}" class="screen-reader-text"><?php _e( 'Search themes…' ); ?></label> |
128 <input type="search" id="wp-filter-search-input-{{ data.id }}" placeholder="<?php esc_attr_e( 'Search themes…' ); ?>" 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…' ); ?>" 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> |