Fix placeholder comment

This commit is contained in:
Jonathan Belcher 2017-12-07 12:04:25 -05:00
parent 885f869d40
commit 3bb55107e8
1 changed files with 1 additions and 2 deletions

View File

@ -38,8 +38,7 @@ if ( ! defined( 'ABSPATH' ) ) {
<?php if ( isset( $_GET['search'] ) ) : ?>
<h1 class="search-form-title" >
<?php _e( 'Showing Search results for:', 'woocommerce' ); ?>
<strong><?php echo esc_html( $_GET['search'] ); ?></strong>
<?php printf( __( 'Showing search results for: %s', 'woocommerce' ), '<strong>' . esc_html( $_GET['search'] ) . '</strong>' ); ?>
</h1>
<?php endif; ?>