Optional"; add_feed_fields( FEED_FIELD_URL ); echo "

"; echo recaptcha_get_html( RECAPTCHA_PUB_KEY ); } function overlap_update_custom_fields () { global $errors; // echo "validating"; update_feed_fields(); update_recaptcha(); overlap_mailing_list_signup(); // ALSO NEED TO ADD TO PROFILE WEBSITE!!! } function update_recaptcha () { global $errors; $resp = recaptcha_check_answer (RECAPTCHA_PRIV_KEY, $_SERVER["REMOTE_ADDR"], $_POST["recaptcha_challenge_field"], $_POST["recaptcha_response_field"]); if (!$resp->is_valid) { $errors['recaptcha_error'] = __("ERROR: " . "This recaptcha entered wrong. " . $resp->error ); // "Please enter another feed."); // die ("The reCAPTCHA wasn't entered correctly. Go back and try it again." . // "(reCAPTCHA said: " . $resp->error . ")"); } } function overlap_register_success () { // Purely cosmetic! if ( !empty($_POST['link_rss']) ) printf(__('Offsite Blog Feed URL: %s'), "" . $_POST['link_rss'] . "
"); if ( !empty($_POST['link_url']) ) printf(__('Blog URL: %s'), "" . $_POST['link_url'] . "
"); ?>

two emails that you need to follow to confirm your account. The first is to confirm being added to this blog while the second is confirmation for being added to this mailing list. For security, your password is different for both accounts. Save them.'); ?>

ERROR: Could not subscribe you to the mailing list.'); } # $errors['subscribe_list'] = __('ERROR: Could not subscribe you to the mailing list.'); } function overlap_register_title () { ?>

commons page where items will be featured and promoted to the main page.') ?>

"; print_r($var); echo ""; } ?>