You are here

function bueditor_confirm_delete in BUEditor 5

Confirm editor delete

1 string reference to 'bueditor_confirm_delete'
bueditor_menu in ./bueditor.module
Implementation of hook_menu().

File

./bueditor.module, line 350

Code

function bueditor_confirm_delete() {
  $editor = bueditor_editors(arg(3));
  return drupal_get_form('bueditor_confirm_delete_form', $editor->name);
}