Skip to content

Commit

Permalink
missing < in PHP open tag (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreapaiola authored and Alecaddd committed Aug 31, 2018
1 parent ba19867 commit 349b20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<header>
<h1 class="page-title">
?php
<?php
printf(
/* translators: %s: Search Term. */
esc_html__( 'Search Results for: %s', 'awps' ), '<span>' . get_search_query() . '</span>'
Expand Down

0 comments on commit 349b20f

Please sign in to comment.