• Hi,

    I have a plugin with this code:

    $out.='<div class="gallery-description">';
    $out.= '<H3>'.WpPlgHelper::getPostThumbnailTitle($post->ID).'</H3>';

    when I echo the $out it gives me this HTML:

    <div class="“gallery-description“">
    <h3><cufon class="cufon cufon-canvas" ...

    My questions are, why this ““ ? and how do I stop it from doing it?
    2 months ago everything was fine, and I don’t remember changing anything…

  • The topic ‘my double quote (") echoes other double quote (“)’ is closed to new replies.