Thread Starter
Chris
(@chrisb71)
Thank you again for getting this resolved so quickly
Thread Starter
Chris
(@chrisb71)
Thank you for your prompt response and attention.
If you are using any HTML in the widget header text or thank you text, you’ll want to change line 250 of sml.php to
echo stripslashes($args['after_widget']);
if (isset($_POST['sml_subscribe_submitted']) && if(current_user_can('edit_theme_options'))) {
should be
if (isset($_POST['sml_subscribe_submitted']) && (current_user_can('edit_theme_options'))) {
on line 104