'; return $form; } add_filter( 'get_search_form', 'ari_search_form' ); /* Template for comments and pingbacks. */ function ari_comment( $comment, $args, $depth ) { $GLOBALS['comment'] = $comment; switch ( $comment->comment_type ) : case '' : ?>
  • id="li-comment-">
    comment_approved == '0' ) : ?>

    $depth, 'max_depth' => $args['max_depth'] ) ) ); ?>
  • ' . '

    '; $fields['email'] = '

    ' . ( $req ? '*' : '' ) . '

    '; $fields['author'] = '

    ' . ' ' . ( $req ? '*' : '') . '

    '; return $fields; } add_filter('comment_form_default_fields','ari_fields'); ?>