After you save the widget code, the textarea is still empty. The bug is in your code at line 368 (version 3.0.1)
$toShow==get_option('st_widget');
Should be:
$toShow=get_option('st_widget');
After you save the widget code, the textarea is still empty. The bug is in your code at line 368 (version 3.0.1)
$toShow==get_option('st_widget');
Should be:
$toShow=get_option('st_widget');
You must log in to post.