function theme_hosting_task_clone_form in Hosting 7.3
Same name and namespace in other branches
- 6.2 clone/hosting_clone.module \theme_hosting_task_clone_form()
- 7.4 clone/hosting_clone.module \theme_hosting_task_clone_form()
Render the clone task form.
File
- clone/
hosting_clone.module, line 67 - Allow sites to be cloned.
Code
function theme_hosting_task_clone_form($variables) {
$form = $variables['form'];
return theme_hosting_task_migrate_form($form);
}