Skip to content

Commit

Permalink
Fix debug text
Browse files Browse the repository at this point in the history
  • Loading branch information
benlk committed Feb 7, 2020
1 parent 9e2afdc commit aa77f00
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?php
/**
* Search box for the digest template
*
* @link https://github.com/INN/umbrella-energynewsnetwork/issues/77
*/
?>
<h1>Search</h1>

<form class="digest-search form-search" role="search" method="get" action="<?php echo esc_url( get_term_link( get_queried_object())); ?>">
<div class="input-append">
<input type="text" placeholder="<?php _e('Search', 'largo'); ?>" class="searchbox search-query" value="<?php the_search_query(); ?>" name="digest-search" /><button type="submit" name="search submit" class="search-submit btn"><?php _e('Go', 'largo'); ?></button>
Expand Down

0 comments on commit aa77f00

Please sign in to comment.