line 691 of sites/all/modules/link/link.module
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | link-1512954-1-fix-notice.patch | 885 bytes | mikeytown2 |
line 691 of sites/all/modules/link/link.module
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | link-1512954-1-fix-notice.patch | 885 bytes | mikeytown2 |
Comments
Comment #1
mikeytown2 commentedComment #2
noslokire commentedThanks!
Comment #3
jcfiala commentedLooks 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 tounset($link_options['title'];.