You are here

function social_content_twitter_filtertip_username in Social Content 7.2

Same name and namespace in other branches
  1. 7 modules/twitter/social_content_twitter.filters.inc \social_content_twitter_filtertip_username()

Filter tips callback function for Twitter usernames.

1 string reference to 'social_content_twitter_filtertip_username'
social_content_twitter_filter_info in modules/twitter/social_content_twitter.filters.inc
Implements hook_filter_info().

File

modules/twitter/social_content_twitter.filters.inc, line 78
Filters and text formats for Social Content: Twitter.

Code

function social_content_twitter_filtertip_username($filter, $format, $long = FALSE) {
  return t('Twitter-style @usernames are linked to their Twitter account pages.');
}