From ab51511b7ebd484dcc9bd16661a7a4ab52399480 Mon Sep 17 00:00:00 2001 From: demeritcowboy Date: Mon, 14 Jun 2021 10:50:25 -0400 Subject: [PATCH] fix comment --- templates/CRM/Form/body.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Form/body.tpl b/templates/CRM/Form/body.tpl index 3baf72cacd..ee60c49db6 100644 --- a/templates/CRM/Form/body.tpl +++ b/templates/CRM/Form/body.tpl @@ -31,7 +31,7 @@ {/if} -{* Add all the form elements sent in by the hook - formerly used by civiDiscount, now deprecated*} +{* Add all the form elements sent in by the hook - used by civiDiscount and a few other extensions *} {if !empty($beginHookFormElements)} {foreach from=$beginHookFormElements key=dontCare item=hookFormElement} -- 2.25.1