From 6a4a356a0d6c1c7d0b16ae78c4969214c726b52e Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Sat, 24 Jun 2023 22:36:21 -0700 Subject: [PATCH] Remove copy-and-paste comment --- CRM/Activity/Tokens.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/CRM/Activity/Tokens.php b/CRM/Activity/Tokens.php index 40d36e8218..5f18d8f98f 100644 --- a/CRM/Activity/Tokens.php +++ b/CRM/Activity/Tokens.php @@ -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 { -- 2.25.1