Skip to content

Commit a9e7c20

Browse files
committed
Updated Function Comment
1 parent 0a62771 commit a9e7c20

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

includes/class-form.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -371,9 +371,10 @@ public function entries() {
371371
}
372372

373373
/**
374-
* Update entries of this form on Save
375-
*
376-
*
374+
* Update entries of form on Save
375+
* @since 1.6.9
376+
* @param int $form_id
377+
* @param array $form_fields
377378
*/
378379

379380
public function update_entries( $form_id, $form_fields ) {

0 commit comments

Comments
 (0)