You are here

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

Failsafe attaching N1ED on update from old version.

Attach to formats respecting previous user choise.

File

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

Code

function n1ed_update_8215() {
  n1ed_update_text_formats(FALSE);
}