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:
bb029ae
)
Replace member dropdown search url with member-list page
author
Laury GvR
<laury@gaslightmedia.com>
Tue, 14 May 2019 12:52:40 +0000
(08:52 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Tue, 14 May 2019 12:52:40 +0000
(08:52 -0400)
parts/search-dropdown.php
patch
|
blob
|
history
diff --git
a/parts/search-dropdown.php
b/parts/search-dropdown.php
index
ac6061f
..
530717f
100644
(file)
--- a/
parts/search-dropdown.php
+++ b/
parts/search-dropdown.php
@@
-5,7
+5,7
@@
<div class="member-search-label">Business Directory Search:</div>
<input class="search-button button site-search-button" type="submit" value="Search" name="submit">
</form>
- <?php $url = get_permalink(
10021
); ?>
+ <?php $url = get_permalink(
755
); ?>
<form method="POST" action="<?php echo $url;?>?glm_action=list" class="category-search-form">
<?php $categories = apply_filters('member_categories', false); ?>