In user_relationships_ui.theme.inc every theme function dealing with building an action link for requests passes a "title" attributes to the l() function, but this attributes is not used and the resulting html link do not have a title attribute.

The title attribute should be added to the "attributes" array instead.

CommentFileSizeAuthor
#1 ur_links_fix_titles-1285060-1.patch2.19 KBmdupont
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mdupont’s picture

Patch attached. Title is added to the attributes array so it is rendered correctly.

mdupont’s picture

Status: Active » Needs review
mrf’s picture

Status: Needs review » Fixed

Committed to 6.x-1.x-dev

Status: Fixed » Closed (fixed)

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