This is against good SEO practice to leave empty the title attribute in a link. I suggest to put the term name instead if the description is not present:
function taxonomy_link($type, $node = NULL) {
......
attributes' => array('rel' => 'tag', 'title' => ($term->description ? strip_tags($term->description) : $term->name))
......
}
Comments
Comment #1
mile23D5 is unsupported at this time.