Line 14 print l($node->title, $_GET['q'], NULL, NULL, "comment-$node->nid") . ' ' . theme('mark', $node->new);
print l($node->title, $_GET['q'], NULL, NULL, "comment-$node->nid") . ' ' . theme('mark', $node->new);
This was fixed in #374312: Node Comment uses Drupal 5 style calls to "l" function.
Comments
Comment #1
zroger commentedThis was fixed in #374312: Node Comment uses Drupal 5 style calls to "l" function.