Issue #1415794 by Zen Master: Fixed node_access_test_form_node_form_alter() has wrong documentation header.
parent
67d180bafa
commit
535223a9ed
|
@ -167,7 +167,7 @@ function node_access_entity_test_page() {
|
|||
}
|
||||
|
||||
/**
|
||||
* Implements hook_form_node_form_alter().
|
||||
* Implements hook_form_BASE_FORM_ID_alter().
|
||||
*/
|
||||
function node_access_test_form_node_form_alter(&$form, $form_state) {
|
||||
// Only show this checkbox for NodeAccessBaseTableTestCase.
|
||||
|
|
Loading…
Reference in New Issue