Open GoogleCodeExporter opened 9 years ago
If you want it to have a mouse over title add this instead
private function wrapAnchor(MusicItem $data, $textToWrap) {
$url = $data->getUrl();
if ($url) {
return "<a href=\"" . $data->getUrlPath() . "\" title=\"Download Audio File\" target=\"_blank\">" . $textToWrap . "</a>";
}
return $textToWrap;
Original comment by gojoe_go...@yahoo.com
on 2 Nov 2014 at 7:27
Original issue reported on code.google.com by
gojoe_go...@yahoo.com
on 2 Nov 2014 at 7:19