• Модуль: mobile
  • Путь к файлу: ~/bitrix/modules/mobile/classes/general/mobile_helper.php
  • Класс: CMobileHelper
  • Вызов: CMobileHelper::prepareNotificationText
static function prepareNotificationText($text, $tag)
{
	$preparedText = $text;

	if (mb_strpos($tag, 'TASKS|TASK|') === 0 || mb_strpos($tag, 'TASKS|COMMENT|') === 0)
	{
		$preparedText = strip_tags($text, '
'); } return $preparedText; }