Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/apis/plugintypes/filter/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down
Loading