No longer tell user to enter a query for overlay region searches
authorLaury GvR <laury@gaslightmedia.com>
Wed, 22 May 2019 21:07:16 +0000 (17:07 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 22 May 2019 21:07:16 +0000 (17:07 -0400)
sections/search.php

index a63214f..4b1ce27 100644 (file)
@@ -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 } ?>