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.' ); ?>
ID == 0 ) return; AtD_update_options( $user->ID, 'AtD_options' ); AtD_update_options( $user->ID, 'AtD_check_when' ); } /* * 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'); ?>| After the Deadline |
Automatically proofread content when: '; AtD_print_option( 'onupdate', 'a post or page is updated', $options_check_when ); ?> Enable proofreading for the following grammar and style rules when writing posts and pages: ';
AtD_print_option( 'Cliches', 'Clichés', $options_show_types );
echo ' Learn more about these options. |
|---|