Hi, we're using the Mailchimp for Wordpress Lite plugin (version 2.1.3 - updated yesterday) and we have the following error displayed on our web page above the mailchimp signup form....
'Notice: Undefined index: title in /home/sites/sign-speed.com/public_html/wp-content/plugins/mailchimp-for-wp/includes/class-widget.php on line 35'
Line 35 of our class-widget.php file is....
'$title = apply_filters( 'widget_title', $instance['title'] );'
If I remove that line of code completely, the error disappears from our website, which is brilliant, but am I compromising the functionality of the plugin by doing that? I'd rather fix it properly and know it's 100% working, than do a 'bodge job' which might not work sometimes for whatever reason sorta thing. If anybody can help me or assure me that what I've done is okay, then that would be brilliant please. Thankyou!