filter_formats_reset()
Resets the text format caches.
See also
File
- core/modules/filter/filter.module, line 135
- Framework for handling the filtering of content.
Code
function filter_formats_reset() {
drupal_static_reset('filter_formats');
}
filter_formats_reset()
Resets the text format caches.
function filter_formats_reset() {
drupal_static_reset('filter_formats');
}
Please login to continue.