You are here

function editor_init in Editor 5

Same name and namespace in other branches
  1. 7 editor.module \editor_init()

Implementation of hook_init().

File

./editor.module, line 88
Extendable WYSIWYG editor @author Tj Holowaychuk <tj@vision-media.ca> @link http://vision-media.ca @package Editor

Code

function editor_init() {
  editor_attach();
}