You are here

function _twitter_filter_tip_link in Twitter 7.6

Same name and namespace in other branches
  1. 7.4 twitter.module \_twitter_filter_tip_link()
  2. 7.5 twitter.module \_twitter_filter_tip_link()

Filter tips callback function for Twitter links.

1 string reference to '_twitter_filter_tip_link'
twitter_filter_info in ./twitter.module
Implements hook_filter_info()

File

./twitter.module, line 361
Provides API integration with the Twitter microblogging service.

Code

function _twitter_filter_tip_link($filter, $format, $long = FALSE) {
  return t('Twitter message links are opened in new windows and rel="nofollow" is added.');
}