You are here

function comments_defaults in Facebook social plugins integration 7.2

Same name and namespace in other branches
  1. 6.2 plugins/fb_plugin/comments.inc \comments_defaults()
1 call to comments_defaults()
comments_fb_settings in plugins/fb_plugin/comments.inc

File

plugins/fb_plugin/comments.inc, line 21

Code

function comments_defaults() {
  return array(
    'numposts' => 10,
    'width' => 550,
    'colorscheme' => 'light',
    'migrated' => 0,
  );
}