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');
This topic has been closed to new replies.