projects
/
WP-Themes
/
uptravel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2935e2c
)
No longer tell user to enter a query for overlay region searches
author
Laury GvR
<laury@gaslightmedia.com>
Wed, 22 May 2019 21:07:16 +0000
(17:07 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Wed, 22 May 2019 21:07:16 +0000
(17:07 -0400)
sections/search.php
patch
|
blob
|
history
diff --git
a/sections/search.php
b/sections/search.php
index
a63214f
..
4b1ce27
100644
(file)
--- a/
sections/search.php
+++ b/
sections/search.php
@@
-4,7
+4,7
@@
</div>
<div class="row">
<?php if (get_search_query() == "") { ?>
- <
br><h2 class="search-result-header small-12 columns">Please enter a query in the search box. </h2
>
+ <
!-- <br><h2 class="search-result-header small-12 columns">Please enter a query in the search box. </h2> --
>
<?php } else { ?>
<br><h2 class="search-result-header small-12 columns">Search Results for "<?php echo get_search_query(); ?>"</h2>
<?php } ?>