Fix bug with Massively
This commit is contained in:
parent
cfbd9a3706
commit
027f20cb7e
@ -74,7 +74,7 @@
|
|||||||
<a href="<?php get_url_or_slug($article['link']); ?>" class="image fit"><img src="<?php get_file_url($article['image']); ?>" alt="" /></a>
|
<a href="<?php get_url_or_slug($article['link']); ?>" class="image fit"><img src="<?php get_file_url($article['image']); ?>" alt="" /></a>
|
||||||
<span class="sw-complex" data-json="<?php get_escaped_json($article); ?>" data-component="<?php echo "article-$i"; ?>"></span>
|
<span class="sw-complex" data-json="<?php get_escaped_json($article); ?>" data-component="<?php echo "article-$i"; ?>"></span>
|
||||||
<div class="sw-editable" data-component="article-text-<?php echo $i; ?>">
|
<div class="sw-editable" data-component="article-text-<?php echo $i; ?>">
|
||||||
<p><?php get_component("article-text-$i"); ?></p>
|
<?php get_component("article-text-$i"); ?>
|
||||||
</div>
|
</div>
|
||||||
<?php
|
<?php
|
||||||
if (!empty($article['text'])) {
|
if (!empty($article['text'])) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user