Name ); ?>

/>

$value ) { if ( 'rss' == $key ) continue; $clean[$key] = esc_url_raw( $value ); } $clean['rss'] = ( empty( $dirty['rss'] ) ) ? 0 : 1; return $clean; } function notepad_get_default_options() { $options = array( 'rss' => 0, 'twitterurl' => '', 'facebookurl' => '', 'flickrurl' => '', ); return $options; } // adapted from http://planetozh.com/blog/2009/05/handling-plugins-options-in-wordpress-28-with-register_setting/