> 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', 'jetpack' ), $options_check_when ); ?>

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

Learn more about these options.', 'jetpack' ), 'http://support.wordpress.com/proofreading/' ); ?>