' . '*' . '
', ), 'label_submit' => __('Submit Review', 'woocommerce'), 'id_submit' => 'submit_@(id)', 'logged_in_as' => '', 'comment_field' => '' ); if ( get_option('woocommerce_enable_review_rating') == 'yes' ) { $comment_form['comment_field'] = ''; } $comment_form['comment_field'] .= '' . wp_nonce_field('woocommerce-comment_rating', '_n', true, false); ob_start(); if (!function_exists('theme_comment_form_field_comment') && theme_get_option('theme_comment_use_smilies')) { function theme_comment_form_field_comment($form_field) { theme_include_lib('smiley.php'); return theme_get_smilies_js() . '' . theme_get_smilies() . '
' . $form_field; } add_filter('comment_form_field_comment', 'theme_comment_form_field_comment'); } comment_form( $comment_form ); echo str_replace( array( 'class="comment-respond', '