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 ' 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'); ?> |