Comments

“;
_e(‘Comments’, ‘nimbus’);
echo “

“;
}
if (post_password_required()) {
?>

    ‘comment’, ‘callback’ => ‘nimbus_comment’, ‘avatar_size’ => 75, ‘reply_text’ => __(‘Reply’, ‘nimbus’))); ?>

    ‘pings’, ‘callback’ => ‘nimbus_ping’)); ?>

comment_status) {
?>

comment_status) {

$commenter = wp_get_current_commenter();
$req = get_option(‘require_name_email’);
$aria_req = ( $req ? ” aria-required=’true'” : ” );

$fields = array(
‘author’ => ‘

‘ . ( $req ? ‘*‘ : ” ) . ‘

‘,
’email’ => ‘

‘,
‘url’ => ‘


);

$modified_defaults = array(
‘fields’ => apply_filters(‘comment_form_default_fields’, $fields),
‘comment_field’ => ‘


‘,
‘must_log_in’ => ‘

‘,
‘logged_in_as’ => ‘

‘ . sprintf(__(‘Logged in as %2$s. Log out?‘), admin_url(‘profile.php’), $user_identity, wp_logout_url(apply_filters(‘the_permalink’, get_permalink()))) . ‘

‘,
‘comment_notes_before’ => ”,
‘comment_notes_after’ => ‘

‘ . sprintf(__(‘You may use these HTML tags and attributes: %s’), ‘ ' . allowed_tags() . '‘) . ‘

‘,
‘id_form’ => ‘commentform’,
‘id_submit’ => ‘submit’,
‘title_reply’ => ‘Leave a Reply’,
‘title_reply_to’ => ‘Leave a Reply to %s’,
‘cancel_reply_link’ => ‘Cancel reply’,
‘label_submit’ => ‘Submit’,
);
?>

?