' . '
', ); $website_fields = get_theme_mod( 'catch_shop_website_field', 1 ); if ( $website_fields ) { $fields['url'] = sprintf( '%s
', sprintf( '', esc_attr( $commenter['comment_author_url'] ) ) ); } $args = array( 'comment_field' => '', 'fields' => $fields ); comment_form( $args ); ?>