Correct name case in docs.
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 7 Dec 2017 13:48:42 +0000 (08:48 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 7 Dec 2017 13:48:42 +0000 (08:48 -0500)
Change the case for $entityID to $entityId.

setup/hooksHelp.html

index 2f8fb78..dd5ab2a 100644 (file)
 <tr>
     <td>glm-member-db-save-custom-fields</td>
     <td>Filter</td>
-    <td>$entityID</td>
+    <td>$entityId</td>
     <td>
         Save the data for the Member Info Custom Fields.
-        <p>$entityID field is an INTEGER that is unique for the member_info record. This points to the related
+        <p>$entityId field is an INTEGER that is unique for the member_info record. This points to the related
         member info record.</p>
     </td>
 </tr>
 <tr>
     <td>glm-member-db-clone-custom-fields</td>
     <td>Action</td>
-    <td>$entityID, $newId</td>
+    <td>$entityId, $newId</td>
     <td>
         Clones the custom fields data. Grabs the custom field data for an entity and setup those custom
         fields for a new id. This is used when cloning the member info record.
 
-        <p>$entityID field is an INTEGER that is unique to the member_info record. This points to the related
+        <p>$entityId field is an INTEGER that is unique to the member_info record. This points to the related
         member info record.</p>
         <p>$newId field is an INTEGER that is unique to the cloned member_info record.</p>
     </td>