function ctools_node_form_author_content_type_edit_form

File

plugins/content_types/node_form/node_form_author.inc, line 51

Code

function ctools_node_form_author_content_type_edit_form($form, &$form_state) {
    // Provide a blank form so we have a place to have context setting.
    return $form;
}