From 535223a9edf37dd2b167a2be99ac6df311991b3c Mon Sep 17 00:00:00 2001 From: webchick <webchick@24967.no-reply.drupal.org> Date: Tue, 31 Jan 2012 00:18:53 -0800 Subject: [PATCH] Issue #1415794 by Zen Master: Fixed node_access_test_form_node_form_alter() has wrong documentation header. --- core/modules/node/tests/node_access_test.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/node/tests/node_access_test.module b/core/modules/node/tests/node_access_test.module index f946573d6416..c17f07ebf6d8 100644 --- a/core/modules/node/tests/node_access_test.module +++ b/core/modules/node/tests/node_access_test.module @@ -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. -- GitLab