Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit 3572ae4

Browse files
author
Mike England
committed
Add missing author tags to doc blocks
1 parent 39e776a commit 3572ae4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

functions/gravityForms/getGfFieldId.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
/**
22
* Create a field ID based on GravityForms provided ID.
33
*
4-
* @param {number} fieldId GravityForm field ID.
4+
* @author WebDevStudios
5+
* @param {number} fieldId GravityForm field ID.
56
* @return {string} A unique string identifer for the field.
67
*/
78
export default function getGfFieldId(fieldId) {

functions/gravityForms/getHiddenClassName.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
/**
22
* Determine hidden className.
33
*
4-
* @param {string} visibility setting of GravityForm field.
4+
* @author WebDevStudios
5+
* @param {string} visibility setting of GravityForm field.
56
* @return {string} Classname selector based on visibility.
67
*/
78
export default function getGfHiddenClassName(visibility) {

0 commit comments

Comments
 (0)