By rbburton on
I can't find this in the search, but: in 4.7, is there a way to add a weight to implementations of hook_link() to allow the admin to control the order in which the links appear? Is it as simple as adding a weight => -10 (or whatever the value is) to the lines like $links[] = l(t('add new comment'), "comment/reply/$node->nid", array('title' => t('Share your thoughts and opinions related to this posting.')), NULL, 'comment_form');?
It can't be that easy, can it?