function ckeditor_admin_profile_clone_form in CKEditor - WYSIWYG HTML editor 7
Same name and namespace in other branches
- 6 includes/ckeditor.admin.inc \ckeditor_admin_profile_clone_form()
Form builder for a clone profile
1 string reference to 'ckeditor_admin_profile_clone_form'
- ckeditor_menu in ./
ckeditor.module - Implementation of hook_menu().
File
- includes/
ckeditor.admin.inc, line 1707 - CKEditor - The text editor for the Internet - http://ckeditor.com Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
Code
function ckeditor_admin_profile_clone_form($form, $form_state, $task, $oldprofile) {
return ckeditor_admin_profile_form($form, $form_state, $task, $oldprofile);
}