eturn $options[$name]; } // function infoway_update_option($name, $value) { $options = get_option('infoway_options'); $options[$name] = $value; return update_option('infoway_options', $options); } // function infoway_delete_option($name) { $options = get_option('infoway_options'); unset($options[$name]); return update_option('infoway_options', $options); } //Enqueue comment thread js function infoway_enqueue_scripts() { if (is_singular() and get_site_option('thread_comments')) { wp_print_scripts('comment-reply'); } } add_action('wp_enqueue_scripts', 'infoway_enqueue_scripts'); ?> Hueman | dBIFF Take 6 / 2012