Completed
Pull Request — master (#1399)
by Gennady
08:24 queued 05:57
created
includes/connector-functions.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@  discard block
 block discarded – undo
57 57
  *
58 58
  * @see GVCommon::get_form_fields()
59 59
  * @access public
60
- * @param string|array $form_id (default: '') or $form object
60
+ * @param string|array $form (default: '') or $form object
61 61
  * @return array
62 62
  */
63 63
 function gravityview_get_form_fields( $form = '', $add_default_properties = false, $include_parent_field = true ) {
@@ -219,7 +219,6 @@  discard block
 block discarded – undo
219 219
  *
220 220
  * @see GravityView_Template::template_id
221 221
  *
222
- * @param int $view_id The ID of the View to get the layout of
223 222
  *
224 223
  * @return string GravityView_Template::template_id value. Empty string if not.
225 224
  */
Please login to merge, or discard this patch.