You are here

function n1ed_update_8231 in N1ED - Visual editor as CKEditor plugin with Bootstrap support 8.2

Clears all caches to load new CKEditor plugin showing loading progress.

File

./n1ed.install, line 196
Installation hooks for N1ED module.

Code

function n1ed_update_8231() {
  drupal_flush_all_caches();
}