Skip to content

Commit 4dc3762

Browse files
committed
for now, do not mess with pymoptions: #26
1 parent 77555f2 commit 4dc3762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pym-shortcode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function pym_shortcode( $atts, $content, $tag ) {
7474
esc_js( $pym_id ),
7575
esc_js( $actual_id ),
7676
esc_js( $src ),
77-
esc_js( $pymoptions )
77+
$pymoptions
7878
);
7979
echo '</script>';
8080

0 commit comments

Comments
 (0)