@@ -57,7 +57,7 @@ discard block |
||
| 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 |
||
| 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 | */ |