You are here

function editor_editor_plugin_api in Editor 6

@todo: just testing take this out

File

./editor.module, line 82
Extendable WYSIWYG editor @author Tj Holowaychuk <http://www.350designs.com/> @package Editor

Code

function editor_editor_plugin_api($op, &$plugin, $a1 = NULL, $a2 = NULL) {
  switch ($op) {
    case 'alter':
      break;
  }
}