• Issue:
    – a song with a single quote would break the download link.
    Fix:
    – change wpaudio.php line 205
    from
    $html .= "<a id='$id' class='$class' href='$href'>$text</a>";
    to
    $html .= "<a id='$id' class='$class' href='".htmlentities($href,ENT_QUOTES)."'>$text</a>";

  • The topic ‘[Plugin: WPaudio MP3 Player] Bugfix for files with a singlel quote in the filename’ is closed to new replies.