'weblizar_comment' ) ); ?> 1 && get_option( 'page_comments' ) ) : ?>
'', 'email' => '', 'website' => '', ); function my_fields($fields) { return $fields; } add_filter('comment_form_default_fields','my_fields'); $defaults = array( 'fields'=> apply_filters( 'comment_form_default_fields', $fields ), 'comment_field'=> '', 'logged_in_as' => '', 'title_reply_to' => __( 'Leave a Reply to %s','weblizar'), 'id_submit' => 'comment_submit', 'label_submit'=>__( 'Post Comment','weblizar'), 'comment_notes_before'=> '', 'comment_notes_after'=>'', 'title_reply'=> '

'.__('Leave a Comment','weblizar').'

', 'role_form'=> 'form', ); comment_form($defaults); ?>