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

#503600 by yched: Fix typo in hook name in field.api.php.

parent a13835fd
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -680,7 +680,7 @@ function hook_field_attach_create_bundle($bundle) {
*
* See field_attach_rename_bundle() for details and arguments.
*/
function hook_field_rename_bundle($bundle_old, $bundle_new) {
function hook_field_attach_rename_bundle($bundle_old, $bundle_new) {
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment