Closed (fixed)
Project:
Delicious
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Reporter:
Created:
22 Dec 2008 at 09:19 UTC
Updated:
5 Feb 2009 at 23:30 UTC
Jump to comment: Most recent
the line:
$output = l($name, $link->href, $attr);
Should be:
$output = l($name, $link->href, array('attributes'=>$attr));
This would make the link arguments to work, as can be seen in:
http://api.drupal.org/api/function/l/6
--
Lourenzo Ferreira
Comments
Comment #1
Anonymous (not verified) commentedThankyou!
I'll get that committed to the development branch tomorrow.