You are here

function twitter_pull_empty_message in Twitter Pull 6

Same name and namespace in other branches
  1. 6.2 twitter_pull.module \twitter_pull_empty_message()
  2. 7.2 twitter_pull.module \twitter_pull_empty_message()
  3. 7 twitter_pull.module \twitter_pull_empty_message()
1 call to twitter_pull_empty_message()
twitter_pull_retrieve in ./twitter_pull.module
Retrieves tweets by username, hashkey or search term.

File

./twitter_pull.module, line 23

Code

function twitter_pull_empty_message() {
  return variable_get('twitter_pull_empty_message', TWITTER_PULL_EMPTY_MESSAGE);
}