projects
/
WP-Plugins
/
glm-member-db.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f74e924
)
Update for wordpress searching
author
Steve Sutton
<steve@gaslightmedia.com>
Tue, 26 Feb 2019 15:15:23 +0000
(10:15 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Tue, 26 Feb 2019 15:15:23 +0000
(10:15 -0500)
setup wpSearch variable.
models/front/members/list.php
patch
|
blob
|
history
diff --git
a/models/front/members/list.php
b/models/front/members/list.php
index
2d1368e
..
de1e8c2
100755
(executable)
--- a/
models/front/members/list.php
+++ b/
models/front/members/list.php
@@
-1260,6
+1260,8
@@
class GlmMembersFront_members_list extends GlmDataMemberInfo
'ajaxLoader' => ( defined( 'GLM_MEMBER_LIST_AJAX_LOADER' ) && GLM_MEMBER_LIST_AJAX_LOADER ) ? true : false,
'ajaxNext' => ( isset( $_REQUEST['ajaxNext'] ) ) ? true : false,
+ 'wpSearch' => ( isset( $_REQUEST['s'] ) ) ? stripslashes( $_REQUEST['s'] ) : '',
+
);
if (GLM_MEMBERS_PLUGIN_FRONT_DEBUG) {