“;
_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) {
$commenter = wp_get_current_commenter();
$req = get_option(‘require_name_email’);
$aria_req = ( $req ? ” aria-required=’true'” : ” );
$fields = array(
‘author’ => ‘
‘,
’email’ => ‘
‘ . ( $req ? ‘*‘ : ” ) . ‘
‘,
‘url’ => ‘
‘
);
$modified_defaults = array(
‘fields’ => apply_filters(‘comment_form_default_fields’, $fields),
‘comment_field’ => ‘
?>