line 691 of sites/all/modules/link/link.module

CommentFileSizeAuthor
#1 link-1512954-1-fix-notice.patch885 bytesmikeytown2

Comments

mikeytown2’s picture

Status: Active » Needs review
StatusFileSize
new885 bytes
noslokire’s picture

Thanks!

jcfiala’s picture

Status: Needs review » Fixed

Looks good!

I've got this in, should show up in the next dev version for 7.

(Also noticed that unset($link_options['element']['title']); does bupkiss, because $link_options = $vars['element'] - there's never anything at $link_options['element'] - changed to unset($link_options['title']; .

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.