The flag_content links added to nodes would benefit from having a HTML class attribute added to them to aid styling.

Two quick changes in the flag_content_link() function makes this a nicer module for themers!

$links[] = l(t('flag as junk'), "flag_content/add/$node->nid", array('class' => 'flag'));

Comments

kbahey’s picture

Status: Active » Fixed

Committed to HEAD and 4.7

Anonymous’s picture

Status: Fixed » Closed (fixed)