function text_filter_format_update in Drupal 7
Implements hook_filter_format_update().
File
- modules/
field/ modules/ text/ text.module, line 604  - Defines simple text field types.
 
Code
function text_filter_format_update($format) {
  field_cache_clear();
}