diff --git a/core/modules/system/theme.api.php b/core/modules/system/theme.api.php index cd1cf1c..a9a6f61 100644 --- a/core/modules/system/theme.api.php +++ b/core/modules/system/theme.api.php @@ -505,11 +505,11 @@ function hook_preprocess_HOOK(&$variables) { * Provides alternate named suggestions for a specific theme hook. * * This hook allows modules to provide alternative theme function or template - * name suggestions. This hook is invoked for all modules. + * name suggestions. * * HOOK is the least-specific version of the hook being called. For example, if - * '#theme' => 'node__article' is called, then node_theme_suggestions_node() - * will be invoked, not node_theme_suggestions_node__article(). The specific + * '#theme' => 'node__article' is called, then hook_theme_suggestions_node() + * will be invoked, not hook_theme_suggestions_node__article(). The specific * hook called (in this case 'node__article') is available in * $variables['theme_hook_original']. *