filter_formats_reset
- Versions
- 7
filter_formats_reset()
Resets the static cache of all text formats.
See also
Code
modules/filter/filter.module, line 388
<?php
function filter_formats_reset() {
drupal_static_reset('filter_list_format');
drupal_static_reset('filter_formats');
}
?>Login or register to post comments 