• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/comments/task/commentposter.php
  • Класс: BitrixTasksCommentsTaskCommentPoster
  • Вызов: CommentPoster::prepareReplaces
static function prepareReplaces(array $replaces = []): array
{
	foreach ($replaces as $key => $replace)
	{
		if (is_array($replace))
		{
			unset($replaces[$key]);
		}
	}

	return $replaces;
}