Closed (fixed)
Project:
Facebook Comments Social Plugin
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 Nov 2011 at 22:49 UTC
Updated:
19 Dec 2011 at 13:01 UTC
Jump to comment: Most recent file
Comments
Comment #1
wmostrey commentedThis line looks like it should add a string default (most likely: 'light') instead of an empty array:
+ $style = variable_get('facebook_comments_style', array());I committed your other patch so this would need a reroll anyway. Other than that, this will be good to go.
Comment #2
jackread commentedok this is a new patch with your suggested change.
Comment #3
wmostrey commentedI committed this change based on your patch, with a couple of changes and fixes. Thanks!