Skip to content
Snippets Groups Projects
Commit 1e3714af authored by Angie Byron's avatar Angie Byron
Browse files

Issue #988318 by jhodgdon: translation_form_node_form_alter() doc says it...

Issue #988318 by jhodgdon: translation_form_node_form_alter() doc says it implements the wrong hook.
parent 8fbf445f
No related branches found
No related tags found
No related merge requests found
......@@ -117,11 +117,10 @@ function translation_form_node_type_form_alter(&$form, &$form_state) {
}
/**
* Implements hook_form_alter().
* Implements hook_form_BASE_FORM_ID_alter().
*
* - Add translation option to content type form.
* - Alters language fields on node forms when a translation
* is about to be created.
* This function alters language fields on node edit forms when a translation is
* about to be created.
*/
function translation_form_node_form_alter(&$form, &$form_state) {
if (translation_supported_type($form['#node']->type)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment