context->post->mimeType) ?: PostType::toString($this->context->post->type), TextCaseConverter::CAMEL_CASE, TextCaseConverter::SPINAL_CASE), ]; $masstag = (isset($this->context->source) and $this->context->source == 'mass-tag' and !empty($this->context->additionalInfo)); if ($masstag) { $classNames []= 'taggable'; if ($this->context->post->isTaggedWith($this->context->additionalInfo)) { $classNames []= 'tagged'; } } ?>