You are here

function bueditor_user_editor in BUEditor 5

Return the editor assigned to the user.

1 call to bueditor_user_editor()
bueditor_textarea in ./bueditor.module
Integrate the editor into textareas.

File

./bueditor.module, line 556

Code

function bueditor_user_editor($user) {
  return bueditor_editors(bueditor_user_eid($user), FALSE);
}