* @license GPLv3 or later (http://www.gnu.org/licenses/gpl.html) * @package com.expresscurate * @subpackage wordpresstheme * @since 1.0 */ if (post_password_required()) return; $commenter = wp_get_current_commenter(); $req = get_option('require_name_email'); $aria_req = ( $req ? " aria-required='true'" : '' ); $user = wp_get_current_user(); $user_identity = $user->exists() ? $user->display_name : ''; if ($user_identity) { $fields = array( 'comment_field' => '
', 'author' => '
', 'email' => '
' ); $comments_args = array( 'fields' => $fields, 'comment_field' => '
', 'title_reply' => '

' . __(get_option('expresscurate_call_for_comment', __("Have something to add? Share it in the comments", "expresscurate")), 'expresscurate') . '

', 'comment_notes_after' => '' ); } else { $fields = array( 'comment_field' => '
', 'author' => '
', 'email' => '
' ); $comments_args = array( 'fields' => $fields, 'comment_field' => '', 'title_reply' => '

' . __(get_option('expresscurate_call_for_comment', __("Have something to add? Share it in the comments", "expresscurate")), 'expresscurate') . '

', 'comment_notes_after' => '' ); } ?>

2, 'prev_text' => '«', 'next_text' => '»')); ?>