Issue #1415794 by Zen Master: Fixed node_access_test_form_node_form_alter() has wrong documentation header.

8.0.x
webchick 2012-01-31 00:18:53 -08:00
parent 67d180bafa
commit 535223a9ed
1 changed files with 1 additions and 1 deletions

View File

@ -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.