From d08e0beca2bc133df8857479643ea1ecc0a4f82b Mon Sep 17 00:00:00 2001 From: Ruslan Kabalin Date: Sat, 12 Oct 2024 15:50:43 +0100 Subject: [PATCH] [docs] Fix filter plugintype main class title This has changed to classes/text_filter.php in 4.5 --- docs/apis/plugintypes/filter/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apis/plugintypes/filter/index.md b/docs/apis/plugintypes/filter/index.md index 0d57a06bcc..a57563938b 100644 --- a/docs/apis/plugintypes/filter/index.md +++ b/docs/apis/plugintypes/filter/index.md @@ -54,7 +54,7 @@ Each plugin is in a separate subdirectory and consists of a number of _mandatory Some of the important files for the filter plugintype are described below. See the [common plugin files](../commonfiles) documentation for details of other files which may be useful in your plugin. -### filter.php +### classes/text_filter.php import Filter from '!!raw-loader!./_examples/filter.php';