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:
250770d
)
Removed the breaklines from the funds LI since the extra space is no longer necessary
author
Laury GvR
<laury@gaslightmedia.com>
Fri, 9 Jun 2017 20:00:03 +0000
(16:00 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Fri, 9 Jun 2017 20:00:03 +0000
(16:00 -0400)
lib/funds.php
patch
|
blob
|
history
diff --git
a/lib/funds.php
b/lib/funds.php
index
9b1e82b
..
980b831
100644
(file)
--- a/
lib/funds.php
+++ b/
lib/funds.php
@@
-130,7
+130,7
@@
function funds_shortcode($atts)
echo '<ul>';
while($loop->have_posts()) : $loop->the_post();
// echo '<a href="'.get_permalink().'">'.get_the_title().'</a><br>';
- echo '<li>'.get_the_title().'</li>
<br>
';
+ echo '<li>'.get_the_title().'</li>';
endwhile;
echo '</ul>';
}