You are here

function elf_update_7001 in External Links Filter 7.3

Resets the text format caches.

File

./elf.install, line 38
Installation and uninstallation functions.

Code

function elf_update_7001() {
  filter_formats_reset();
}