projects
/
WP-Themes
/
safeinnm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d03998d
)
Rename fact slider variables for clarity
author
Laury GvR
<laury@gaslightmedia.com>
Wed, 6 Jun 2018 16:55:09 +0000
(12:55 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Wed, 6 Jun 2018 16:55:09 +0000
(12:55 -0400)
parts/facts-slider.php
patch
|
blob
|
history
diff --git
a/parts/facts-slider.php
b/parts/facts-slider.php
index
5fbbf2d
..
e014d74
100644
(file)
--- a/
parts/facts-slider.php
+++ b/
parts/facts-slider.php
@@
-16,11
+16,11
@@
while ($facts_loop->have_posts()) {
$facts_loop->the_post();
- $
pos
t_id = get_the_ID();
- $
post_content = get_the_content($pos
t_id);
+ $
fac
t_id = get_the_ID();
+ $
fact_content = get_the_content($fac
t_id);
echo '<li class="facts-slide">';
- echo $
pos
t_content;
+ echo $
fac
t_content;
echo "</li>";
}