* * By KRATZ Geoffrey AKA Jul6art AKA VanIllaSkype * for VsWeb * * https://vsweb.be * admin@vsweb.be * * Special thanks to Brynnlow * for his contribution * * It is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License, either version 2 * of the License, or any later version. * * For the full copyright and license information, please read the * LICENSE.txt file that was distributed with this source code. * * The flex one, in a flex world * * __ __ ___ __ __ __ ____ * \ \ / / / __| \ \ / \ / / | __\ __ * \ \/ / _ \__ \ _ \ \/ /\ \/ / | __| | _\ * \__/ (_) |___/ (_) \__/ \__/ | __/ |___/ * * https://vsweb.be * */ /* * If the current post is protected by a password and * the visitor has not yet entered the password we will * return early without loading the comments. */ if ( post_password_required() ) { return; } ?>

__('prev', 'materialize-template'), 'next_text' => __('next', 'materialize-template'), ) ); ?>

'btn waves-effect waves-light right', 'comment_field' => '
' . 'bookmark' . '' . '' . '
', 'fields' => array( 'author' => '
' . 'perm_identity' . '' . ' ' . '
', 'email' => '', 'url' => '
' . 'web' . '' . '' . '
', ) ); comment_form($form_params, get_the_ID()); ?>