Closed (fixed)
Project:
Humans.txt
Version:
8.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
8 Apr 2019 at 18:58 UTC
Updated:
25 Apr 2019 at 09:09 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
davidjguruI just made a small patch with the hook help for this module.
Comment #3
davidjguruComment #4
pcambraHere's some quick review, I think we would want to make it smaller and not to have too much verbosity in this hook.
The $output needs to be indented once more
I think that the convention to add href to translated texts is to use wildcards, see ban_help in core for an example.
Let's not decide to open the link in a blank, the user should be free to do so
I don't think this should be in the help of the module :)
Comment #5
davidjguruThanks for the feedback!
As suggested, the output has been indented, the links are already using wildcards and I have removed target = "_ blank" in the links.
I have also removed unnecessary external links and I have reduced the verbosity of the help text.
I attach a new revised patch.
Greetings.
Comment #6
davidjguruComment #7
davidjguruI add a new version with the phpcs annotations already fulfilled.
Comment #9
pcambraThanks!