From ab903259d8c4161a95e690b832ce6ba10a603863 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Wed, 26 Apr 2023 18:06:42 +0200 Subject: [PATCH] Fix documentation of the icon template plugin It's not a compiler plugin. --- .../system/template/plugin/IconFunctionTemplatePlugin.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/template/plugin/IconFunctionTemplatePlugin.class.php b/wcfsetup/install/files/lib/system/template/plugin/IconFunctionTemplatePlugin.class.php index 5a57d643d4..f92a27ff93 100644 --- a/wcfsetup/install/files/lib/system/template/plugin/IconFunctionTemplatePlugin.class.php +++ b/wcfsetup/install/files/lib/system/template/plugin/IconFunctionTemplatePlugin.class.php @@ -9,7 +9,7 @@ use wcf\system\template\TemplateEngine; use wcf\util\JSON; /** - * Template compiler plugin that embeds icons into the page. The + * Template function plugin that embeds icons into the page. The * supported sizes are 16, 24, 32, 48, 64, 96, 128 and 144. * * Usage: -- 2.20.1