You are here

function send_defaults in Facebook social plugins integration 7.2

Same name and namespace in other branches
  1. 6.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 21

Code

function send_defaults() {
  return array(
    'font' => '',
    'colorscheme' => 'light',
  );
}