Missing sign in Shortcodes/SelectFAQ.php
-
Hi,
I think there is missing a “‘” in Shortcodes/SelectFAQ.php in line 101.
$ReturnString .= "<div class='ufaq-faq-div ufaq-faq-display-style-" . $Display_Style . " id='ufaq-post-" . $faq->ID . "-" . $Counter . "' data-postid='" . $faq->ID . "-" . $Counter . "'>";should be changed to
$ReturnString .= "<div class='ufaq-faq-div ufaq-faq-display-style-" . $Display_Style . "' id='ufaq-post-" . $faq->ID . "-" . $Counter . "' data-postid='" . $faq->ID . "-" . $Counter . "'>";
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Missing sign in Shortcodes/SelectFAQ.php’ is closed to new replies.