RSS feed for comments on this post.', 'asket-magazine')); ?>

$val ) $new_fields[ $key ] = $val; return $new_fields; } add_filter('comment_form_fields', 'sort_comment_fields' ); $commenter = wp_get_current_commenter(); $req = get_option( 'require_name_email' ); $aria_req = ( $req ? " aria-required='true'" : '' ); $fields = array( 'author' => '

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

', 'email' => '

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

', 'url' => '

', ); $form_args = array( 'fields' => apply_filters( 'comment_form_default_fields', $fields ), ); comment_form($form_args); else : _e('Comments are closed', 'asket-magazine'); endif; ?>