projects
/
WP-Themes
/
phsacf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
856dc1b
)
correct spelling of posts
author
Steve Sutton
<steve@gaslightmedia.com>
Fri, 9 Jun 2017 19:33:11 +0000
(15:33 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Fri, 9 Jun 2017 19:33:11 +0000
(15:33 -0400)
need to be posts_per_page
lib/funds.php
patch
|
blob
|
history
diff --git
a/lib/funds.php
b/lib/funds.php
index
93b3d73
..
8d3edc1
100644
(file)
--- a/
lib/funds.php
+++ b/
lib/funds.php
@@
-111,7
+111,7
@@
function funds_shortcode($atts)
foreach($custom_terms as $custom_term) {
wp_reset_query();
$args = array(
- 'post_per_page' => -1,
+ 'post
s
_per_page' => -1,
'post_type' => 'fund',
'orderby' => 'title',
'order' => 'ASC',