From b5f0d5d43d108fa310b873efc1c626f003cee061 Mon Sep 17 00:00:00 2001 From: larssandergreen Date: Sun, 24 Sep 2023 12:51:37 -0600 Subject: [PATCH] Delete block.serialize.php --- CRM/Core/Smarty/plugins/block.serialize.php | 37 --------------------- 1 file changed, 37 deletions(-) delete mode 100644 CRM/Core/Smarty/plugins/block.serialize.php diff --git a/CRM/Core/Smarty/plugins/block.serialize.php b/CRM/Core/Smarty/plugins/block.serialize.php deleted file mode 100644 index e716631050..0000000000 --- a/CRM/Core/Smarty/plugins/block.serialize.php +++ /dev/null @@ -1,37 +0,0 @@ - - * @copyright CiviCRM LLC https://civicrm.org/licensing - */ - -/** - * Smarty block function providing serialization support - * - * See CRM_Core_I18n class documentation for details. - * - * @param array $params - * Template call's parameters. - * @param string $text - * {serialize} block contents from the template. - * @param CRM_Core_Smarty $smarty - * The Smarty object. - * - * @return string - * the string, translated by gettext - */ -function smarty_block_serialize($params, $text, &$smarty) { - return serialize($text); -} -- 2.25.1