Remove copy-and-paste comment
authorEileen McNaughton <emcnaughton@wikimedia.org>
Sun, 25 Jun 2023 05:36:21 +0000 (22:36 -0700)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Sun, 25 Jun 2023 05:36:21 +0000 (22:36 -0700)
CRM/Activity/Tokens.php

index 40d36e8218f1fc720bcdde5b7855a2438d0b7bbc..5f18d8f98fe8527dff63b5219247fab647ab4be5 100644 (file)
@@ -20,18 +20,7 @@ use Civi\Token\Event\TokenValueEvent;
 use Civi\Token\TokenRow;
 
 /**
- * Class CRM_Member_Tokens
- *
  * Generate "activity.*" tokens.
- *
- * This TokenSubscriber was originally produced by refactoring the code from the
- * scheduled-reminder system with the goal of making that system
- * more flexible. The current implementation is still coupled to
- * scheduled-reminders. It would be good to figure out a more generic
- * implementation which is not tied to scheduled reminders, although
- * that is outside the current scope.
- *
- * This has been enhanced to work with PDF/letter merge
  */
 class CRM_Activity_Tokens extends CRM_Core_EntityTokens {