You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: hooks_example/hooks_example.module
+1-1
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ function hooks_example_help($route_name, RouteMatchInterface $route_match) {
75
75
switch ($route_name) {
76
76
// For help overview pages we use the route help.page.$moduleName.
77
77
case 'help.page.hooks_example':
78
-
return '<p>' . t('This text is provided by the function hooks_example_help(), which is an implementation of the hook hook_help(). To learn more about how this works checkout the code in hooks_example.module.') . '</p>';
78
+
return '<p>' . t('This text is provided by the function <code>hooks_example_help()</code>, which is an implementation of <code>hook hook_help()</code>. To learn more about how this works checkout the code in <code>hooks_example.module</code>.') . '</p>';
0 commit comments