- Timestamp:
- 10/08/2019 07:05:53 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/template-parts/modal-search.php
r46357 r46445 18 18 get_search_form( 19 19 array( 20 'label' => _ x( 'Search for:', 'Label', 'twentytwenty' ),20 'label' => __( 'Search for:', 'twentytwenty' ), 21 21 ) 22 22 ); 23 23 ?> 24 24 25 <button class="toggle search-untoggle fill-children-current-color" data-toggle-target=".search-modal" data-toggle- screen-lock="true" data-toggle-body-class="showing-search-modal" data-set-focus=".search-modal .search-field">26 <span class="screen-reader-text"><?php _e( 'Close search', 'twentytwenty' ); // phpcs:ignore WordPress.Security.EscapeOutput.UnsafePrintingFunction -- core trusts translations?></span>25 <button class="toggle search-untoggle fill-children-current-color" data-toggle-target=".search-modal" data-toggle-body-class="showing-search-modal" data-set-focus=".search-modal .search-field"> 26 <span class="screen-reader-text"><?php _e( 'Close search', 'twentytwenty' ); ?></span> 27 27 <?php twentytwenty_the_theme_svg( 'cross' ); ?> 28 28 </button><!-- .search-toggle -->
Note: See TracChangeset
for help on using the changeset viewer.