Closed (fixed)
Project:
Textfield Counter
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
17 May 2018 at 19:35 UTC
Updated:
8 Oct 2018 at 23:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
dani3lr0se commentedHere is a patch that adds the hook_help function, which gives users a way to easily get more info about the module if they need it.
Comment #3
moghingold commentedI've reviewed this patch and confirmed that it adds the desired help info and links to the project page for people who need additional information.
Comment #4
jaypanComment #6
jaypanApplied and committed, however you should note that I updated the patch to meet Drupal coding standards. There were a few issues:
1) No @file declaration in the .module file
2) Incorrect indentation for much of the code
I corrected these in the interests of taking care of this quickly, but for future patches, you should ensure that you meet the coding standard.
Thank you for your contribution.