• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/update/block/buttons.php
  • Класс: BitrixLandingUpdateBlockButtons
  • Вызов: Buttons::changePadding
protected function changePadding($content)
{
	$content = preg_replace(self::PADDING_MATCHER, '$3', $content);
	return $content;
}