• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/timeline/livefeedcontroller.php
  • Класс: Bitrix\Crm\Timeline\LiveFeedController
  • Вызов: LiveFeedController::prepareMessage
static function prepareMessage($text)
{
	if($text === '')
	{
		return '';
	}
	return preg_replace('/\[[^\]]+\]/', '', $text);
}