diff --git a/core/modules/block_place/block_place.module b/core/modules/block_place/block_place.module index 4d7ba68..ea3075c 100644 --- a/core/modules/block_place/block_place.module +++ b/core/modules/block_place/block_place.module @@ -10,7 +10,7 @@ /** * Implements hook_help(). */ -function block_help($route_name, RouteMatchInterface $route_match) { +function block_place_help($route_name, RouteMatchInterface $route_match) { switch ($route_name) { case 'help.page.block_place': $output = '
' . t('Block placement is specific to each theme on your site. This moduuel allows you to place blocks in the context of your content pages') . '
';