You are here

function _twitter_filter_tip_embed_tweet in Twitter 7.5

Same name and namespace in other branches
  1. 7.6 twitter.module \_twitter_filter_tip_embed_tweet()

Filter tips callback function for Embedded Tweets.

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

File

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

Code

function _twitter_filter_tip_embed_tweet($filter, $format, $long = FALSE) {
  return t('Links to Twitter status updates are converted to Embedded Tweets.');
}