Mark Old Cividiscount hook support deprecated
authoreileen <emcnaughton@wikimedia.org>
Mon, 22 Feb 2021 02:28:50 +0000 (15:28 +1300)
committereileen <emcnaughton@wikimedia.org>
Mon, 22 Feb 2021 02:28:50 +0000 (15:28 +1300)
This seems to have existed to support a really old approach
(pre regions). It's gone from cividiscount with
https://github.com/civicrm/org.civicrm.module.cividiscount/pull/251
merged so this just adds comments

templates/CRM/Form/body.tpl

index 40162fb0096265f64ba8e184f2130574524cc675..cec6c6271623aec720475bcb948afdc1372a1329 100644 (file)
@@ -31,7 +31,7 @@
    </div>
 {/if}
 
-{* Add all the form elements sent in by the hook *}
+{* Add all the form elements sent in by the hook  - formerly used by civiDiscount, now deprecated*}
 {if $beginHookFormElements}
   <table class="form-layout-compressed">
   {foreach from=$beginHookFormElements key=dontCare item=hookFormElement}