function send_defaults in Facebook social plugins integration 6.2
Same name and namespace in other branches
- 7.2 plugins/fb_plugin/send.inc \send_defaults()
1 call to send_defaults()
- send_fb_settings in plugins/
fb_plugin/ send.inc
File
- plugins/
fb_plugin/ send.inc, line 20
Code
function send_defaults() {
return array(
'font' => '',
'colorscheme' => 'light',
);
}