Video Box admin shows parse error
-
Parse error on line 125 of admin/video-box.php
I had this error after install. I’m posting it in case others have the same problem, and to let the developer know.
Line 125 is
<?php echo stripslashes($playlist_data['title']$playlist_data['title']); ?>I changed it to:
<?php echo stripslashes($playlist_data['title']); ?>Seems to work. Thank you for the plugin. I wish there was a way to include youtube or vimeo rather than uploading your own. Maybe add to a wishlist.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Video Box admin shows parse error’ is closed to new replies.