function comments_defaults in Facebook social plugins integration 6.2
Same name and namespace in other branches
- 7.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 20
Code
function comments_defaults() {
return array(
'numposts' => 10,
'width' => 550,
'colorscheme' => 'light',
'migrated' => 0,
);
}