| filter_filter | modules/filter/filter.module | Implementation of hook_filter(). Contains a basic set of essential filters.
HTML filter:
Validates user-supplied HTML, transforming it as necessary.
Line break converter:
Converts newlines into paragraph and break tags.
URL and e-mail address... |
| t | includes/common.inc | Translate strings to the page language or a given language. |
| _filter_autop | modules/filter/filter.module | Convert line breaks into <p> and <br> in an intelligent fashion.
Based on: http://photomatt.net/scripts/autop |
| _filter_html | modules/filter/filter.module | HTML filter. Provides filtering of input into accepted HTML. |
| _filter_htmlcorrector | modules/filter/filter.module | Scan input and make sure that all HTML tags are properly closed and nested. |
| _filter_html_settings | modules/filter/filter.module | Settings for the HTML filter. |
| _filter_url | modules/filter/filter.module | URL filter. Automatically converts text web addresses (URLs, e-mail addresses,
ftp links, etc.) into hyperlinks. |
| _filter_url_settings | modules/filter/filter.module | Settings for URL filter. |