projects
/
WP-Themes
/
Wequetonsing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5e2b9c
)
Updated maximum number of entries per member listing to 50
author
Chuck Scott
<cscott@gaslightmedia.com>
Fri, 24 Jun 2016 15:50:53 +0000
(11:50 -0400)
committer
Chuck Scott
<cscott@gaslightmedia.com>
Fri, 24 Jun 2016 15:50:53 +0000
(11:50 -0400)
simple-wp-membership/methods.php
patch
|
blob
|
history
diff --git
a/simple-wp-membership/methods.php
b/simple-wp-membership/methods.php
index
3d43934
..
248d872
100644
(file)
--- a/
simple-wp-membership/methods.php
+++ b/
simple-wp-membership/methods.php
@@
-86,7
+86,7
@@
if ($haveSearch) {
// $query.=' ORDER BY ' . $orderby . ' ' . $order;
$query.=' ORDER BY last_name, first_name ';
$totalitems = $wpdb->query($query); //return the total number of affected rows
- $perpage =
2
0;
+ $perpage =
5
0;
$paged = filter_input(INPUT_GET, 'paged');
if (empty($paged) || !is_numeric($paged) || $paged <= 0) {
$paged = 1;