function bueditor_editor_load in BUEditor 6
Same name and namespace in other branches
- 6.2 bueditor.module \bueditor_editor_load()
- 7 bueditor.module \bueditor_editor_load()
load editor by id. used by menu system
File
- ./
bueditor.module, line 289
Code
function bueditor_editor_load($eid) {
return bueditor_editors($eid);
}