function fb_social_auto_language in Facebook social plugins integration 7.2
Same name and namespace in other branches
- 6.2 fb_social.module \fb_social_auto_language()
- 6 fb_social.module \fb_social_auto_language()
@todo Please document this function.
See also
2 calls to fb_social_auto_language()
- fb_social_custom_channel_url in ./
fb_social.module - The Custom Channel URL that FB.init has as an option
- fb_social_page_alter in ./
fb_social.module - Implements hook_page_alter().
File
- ./
fb_social.module, line 692
Code
function fb_social_auto_language() {
return variable_get('fb_social_locale_auto', 0);
}