projects
/
WP-Themes
/
SierraSands.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
128501f
)
Minor SearchType fix
author
Laury GvR
<laury@gaslightmedia.com>
Thu, 18 Dec 2014 22:00:38 +0000
(17:00 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Thu, 18 Dec 2014 22:00:38 +0000
(17:00 -0500)
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
cd87b93
..
f27dec6
100755
(executable)
--- a/
functions.php
+++ b/
functions.php
@@
-59,7
+59,7
@@
function glm_page_menu($parent = 0, $class = '')
function SearchFilter($query) {
- if(isset($_GET['search
-t
ype'])) {
+ if(isset($_GET['search
T
ype'])) {
$searchType = $_GET['searchType'];
if ($searchType == 'blog' && !is_admin()) {
$query->set('post_type', 'post');