>

After the Deadline. This feature is available to blogs set to the English language. Blogs in other languages will continue to have access to the old spellchecker.', 'after-the-deadline'), 'http://www.afterthedeadline.com'); ?>

ID == 0 ) return; AtD_update_options( $user->ID, 'AtD_options' ); AtD_update_options( $user->ID, 'AtD_check_when' ); AtD_update_options( $user->ID, 'AtD_guess_lang' ); } /* * Display the various AtD options */ function AtD_display_options_form() { /* grab our user and validate their existence */ $user = wp_get_current_user(); if ( ! $user || $user->ID == 0 ) return; $options_show_types = AtD_get_options($user->ID, 'AtD_options'); $options_check_when = AtD_get_options($user->ID, 'AtD_check_when'); $options_guess_lang = AtD_get_options($user->ID, 'AtD_guess_lang'); ?>

'; AtD_print_option( 'onupdate', __('a post or page is updated', 'after-the-deadline'), $options_check_when ); ?>

'; AtD_print_option( 'Cliches', __('Clichés'), $options_show_types ); echo '
'; AtD_print_option( 'Complex Expression', __('Complex Phrases'), $options_show_types ); echo '
'; AtD_print_option( 'Diacritical Marks', __('Diacritical Marks'), $options_show_types ); echo '
'; AtD_print_option( 'Double Negative', __('Double Negatives'), $options_show_types ); echo '
'; AtD_print_option( 'Hidden Verbs', __('Hidden Verbs'), $options_show_types ); echo '
'; AtD_print_option( 'Jargon Language', __('Jargon'), $options_show_types ); echo '
'; AtD_print_option( 'Passive voice', __('Passive Voice'), $options_show_types ); echo '
'; AtD_print_option( 'Phrases to Avoid', __('Phrases to Avoid'), $options_show_types ); echo '
'; AtD_print_option( 'Redundant Expression', __('Redundant Phrases'), $options_show_types ); ?>

Learn more about these options.', 'after-the-deadline'), 'http://support.wordpress.com/proofreading/'); ?>

WPLANG value is the default proofreading language.'), 'http://codex.wordpress.org/Installing_WordPress_in_Your_Language'); ?>