You are here

function bueditor_editor_load in BUEditor 6

Same name and namespace in other branches
  1. 6.2 bueditor.module \bueditor_editor_load()
  2. 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);
}