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:
1026895
)
Avoid duplicate showing of member search results
author
Laury GvR
<laury@gaslightmedia.com>
Wed, 22 May 2019 20:18:04 +0000
(16:18 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Wed, 22 May 2019 20:18:04 +0000
(16:18 -0400)
sections/search.php
patch
|
blob
|
history
diff --git
a/sections/search.php
b/sections/search.php
index
a0b3f47
..
a63214f
100644
(file)
--- a/
sections/search.php
+++ b/
sections/search.php
@@
-19,9
+19,11
@@
<?php display_memberfindme_directory() ?>
- <?php endif; ?>
+ <?php else: ?>
- <?php get_template_part( 'parts/content-none' ); ?>
+ <?php get_template_part( 'parts/content-none' ); ?>
+
+ <?php endif; ?>
</main><!-- #main -->
</section><!-- #primary -->