diff --git a/core/events/textformatting.event.php b/core/events/textformatting.event.php new file mode 100644 index 00000000..38608e41 --- /dev/null +++ b/core/events/textformatting.event.php @@ -0,0 +1,20 @@ +original = $text; + $this->formatted = $text; + $this->stripped = $text; + } +} +?>