Escape translations in search.php

See #737.
This commit is contained in:
Fränk Klein 2015-05-05 12:39:26 +02:00
parent 2d86340f43
commit 86b81fe391
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ get_header(); ?>
<?php if ( have_posts() ) : ?>
<header class="page-header">
<h1 class="page-title"><?php printf( __( 'Search Results for: %s', '_s' ), '<span>' . get_search_query() . '</span>' ); ?></h1>
<h1 class="page-title"><?php printf( esc_html__( 'Search Results for: %s', '_s' ), '<span>' . get_search_query() . '</span>' ); ?></h1>
</header><!-- .page-header -->
<?php /* Start the Loop */ ?>