• Resolved mediapool

    (@mediapool)


    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 . "'>";

    https://wordpress.org/plugins/ultimate-faqs/

Viewing 1 replies (of 1 total)
  • Hi Media,

    It does indeed look like there’s a missing single quote to close the class. Thanks for picking up on this and letting us know. We’ll add it in, in our next update.

Viewing 1 replies (of 1 total)

The topic ‘Missing sign in Shortcodes/SelectFAQ.php’ is closed to new replies.