Hi. How can I remove / disable the tagcloud tooltip?
Scenario: When hovering over a tag, generated from the WordPress 'Tag Cloud' widget, a tooltip / alt tag appears showing how many posts are associated with that tag. I'd like to prevent this tooltip from appearing.
I found the function that returns the text for the tooltip tag link (topic_count_text_callback) from this page:
http://codex.wordpress.org/Function_Reference/wp_tag_cloud
Any ideas? (I'd rather not use a plugin if I can avoid it).
Thanks vm in advance!