"") { update_option("excerpt_everywhere_length",$_POST["excerpt_length"]); update_option("excerpt_everywhere_align",$_POST["align"]); update_option("excerpt_everywhere_moretext",$_POST['excerpt_text']); if ($_POST['excerpt_rss']=="yes"){ update_option("excerpt_everywhere_rss",$_POST['excerpt_rss']); } else { update_option("excerpt_everywhere_rss","no"); } if ($_POST['excerpt_sticky']=="yes"){ update_option("excerpt_everywhere_sticky",$_POST['excerpt_sticky']); } else { update_option("excerpt_everywhere_sticky","no"); } update_option("excerpt_everywhere_thumb",$_POST['excerpt_thumb']); update_option("excerpt_everywhere_class",$_POST['excerpt_class']); echo '