projects
/
WP-Themes
/
ToskiSands.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
157b062
)
Proper slideshow shortcode.
author
Laury GvR
<laury@gaslightmedia.com>
Tue, 26 May 2015 18:43:34 +0000
(14:43 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Tue, 26 May 2015 18:43:34 +0000
(14:43 -0400)
parts/slide-show.php
patch
|
blob
|
history
diff --git
a/parts/slide-show.php
b/parts/slide-show.php
index
664520a
..
442ad22
100644
(file)
--- a/
parts/slide-show.php
+++ b/
parts/slide-show.php
@@
-1,6
+1,6
@@
<?php {
echo '<div id="slideshow">';
- echo do_shortcode("[metaslider id=
27
]");
+ echo do_shortcode("[metaslider id=
12
]");
echo '</div>';
}
?>