projects
/
WP-Themes
/
gaylordmichigan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7d4948
)
Search dropdown makes use of category filter parameters allowing culling empty categories
author
Laury GvR
<laury@gaslightmedia.com>
Mon, 2 Jul 2018 20:07:54 +0000
(16:07 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Mon, 2 Jul 2018 20:07:54 +0000
(16:07 -0400)
parts/search-dropdown.php
patch
|
blob
|
history
diff --git
a/parts/search-dropdown.php
b/parts/search-dropdown.php
index
02e930b
..
42112c0
100644
(file)
--- a/
parts/search-dropdown.php
+++ b/
parts/search-dropdown.php
@@
-7,7
+7,7
@@
</form>
<?php $url = get_permalink(713); ?>
<form method="POST" action="<?php echo $url;?>?glm_action=list" class="category-search-form">
- <?php $categories = apply_filters('member_categories', false); ?>
+ <?php $categories = apply_filters('member_categories', false
, true
); ?>
<select name="categorySearch" id="member-categories" onchange='this.form.submit()'>
<option value="all" disabled selected>Select a Category</option>