From: Matthias Schmidt Date: Sat, 24 Sep 2016 09:15:14 +0000 (+0200) Subject: Add `beforeEmbeddedProcess@HtmlInputNodeProcessor` event X-Git-Tag: 3.0.0_Beta_1~9 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=40ada8e525c94fd32087f6d85115fcf219bf39cd;p=GitHub%2FWoltLab%2FWCF.git Add `beforeEmbeddedProcess@HtmlInputNodeProcessor` event --- diff --git a/wcfsetup/install/files/lib/system/html/input/node/HtmlInputNodeProcessor.class.php b/wcfsetup/install/files/lib/system/html/input/node/HtmlInputNodeProcessor.class.php index 2cb79cbe92..ebc7921cc8 100644 --- a/wcfsetup/install/files/lib/system/html/input/node/HtmlInputNodeProcessor.class.php +++ b/wcfsetup/install/files/lib/system/html/input/node/HtmlInputNodeProcessor.class.php @@ -121,6 +121,8 @@ class HtmlInputNodeProcessor extends AbstractHtmlNodeProcessor { $element->removeAttribute('class'); } + EventHandler::getInstance()->fireAction($this, 'beforeEmbeddedProcess'); + // extract embedded content $this->processEmbeddedContent();