Sets the value governing whether the subject field should be enabled.
boolean $enabled: Boolean specifying whether the subject field should be enabled.
function setCommentSubject($enabled) {
$this
->setCommentSettings('comment_subject_field', $enabled ? '1' : '0', 'Comment subject ' . ($enabled ? 'enabled' : 'disabled') . '.');
}