You are here

function _drupagram_filter_tip_username in Drupagram 7

Filter tips callback function for $filters[0] in hook_filter_info().

1 string reference to '_drupagram_filter_tip_username'
drupagram_filter_info in ./drupagram.module
Implements hook_filter_info().

File

./drupagram.module, line 218
Provides API integration with the Instagram microblogging service.

Code

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