phpcs fixes.

This commit is contained in:
Jason King 2017-04-15 21:51:44 +09:30 committed by GitHub
parent 6a98ace1a0
commit a84377a360
1 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ $sidebar_pos = get_theme_mod( 'understrap_sidebar_position' );
<?php if ( have_posts() ) : ?> <?php if ( have_posts() ) : ?>
<header class="page-header"> <header class="page-header">
/* translators:*/
<h1 class="page-title"><?php printf( esc_html__( 'Search Results for: %s', 'understrap' ), <h1 class="page-title"><?php printf( esc_html__( 'Search Results for: %s', 'understrap' ),
'<span>' . get_search_query() . '</span>' ); ?></h1> '<span>' . get_search_query() . '</span>' ); ?></h1>