Fix shortcodes
This commit is contained in:
parent
0f493a950f
commit
5fc953c7ec
|
@ -73,7 +73,7 @@ if ($activeStream) {
|
||||||
?>
|
?>
|
||||||
<div>
|
<div>
|
||||||
<h3><?php e_($track); ?></h3>
|
<h3><?php e_($track); ?></h3>
|
||||||
<?php do_shortcode('[stream-player track="' . $track . '"]'); ?>
|
<?php echo do_shortcode('[stream-player track="' . $track . '"]'); ?>
|
||||||
</div>
|
</div>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue