MailChimp Setup', 'mailchimp_i18n'); ?>
';
echo $header; // don't escape $header b/c it may have HTML allowed
echo $after_title ? $after_title : '';
}
else {
echo $header; // don't escape $header b/c it may have HTML allowed
}
}
$sub_heading = trim(get_option('mc_subheader_content'));
?>
__('Displays a MailChimp Subscribe box', 'mailchimp_i18n')
);
$this->WP_Widget('mailchimpSF_widget', __('MailChimp Widget', 'mailchimp_i18n'), $widget_ops);
}
function widget( $args, $instance ) {
mailchimpSF_signup_form(array_merge($args, $instance));
}
}
?>