05/13/2014 at 12:13 pm
#290973
Keymaster
@ Jacey
I wonder if it is importing incorrectly because of the quote escaping that is required on that line. Can you edit the snippet, go to line 69 and make sure it is this:
array_walk( $atts, create_function( '&$i,$k','$i="$k=\"$i\"";' ) );
Additionally, can you edit the page that you have the Connections shortcode on and switch the editor to the Text tab to make sure there is no HTML tags or other text that should not be within the shortcode?