|
@@ -53,7 +53,6 @@ discard block |
|
|
block discarded – undo |
|
53
|
53
|
* Columns are able to be added to View layouts, but not separately searched! |
|
54
|
54
|
* |
|
55
|
55
|
* @param array $fields |
|
56
|
|
- * @param int $form_id |
|
57
|
56
|
* |
|
58
|
57
|
* @return array |
|
59
|
58
|
*/ |
|
@@ -133,7 +132,7 @@ discard block |
|
|
block discarded – undo |
|
133
|
132
|
* |
|
134
|
133
|
* @param GF_Field_List $field Gravity Forms field |
|
135
|
134
|
* @param string|array $field_value Serialized or unserialized array value for the field |
|
136
|
|
- * @param int|string $column_id The numeric key of the column (0-index) or the label of the column |
|
|
135
|
+ * @param integer $column_id The numeric key of the column (0-index) or the label of the column |
|
137
|
136
|
* @param string $format If set to 'raw', return an array of values for the column. Otherwise, allow Gravity Forms to render using `html` or `text` |
|
138
|
137
|
* |
|
139
|
138
|
* @return array|string|null Returns null if the $field_value passed wasn't an array or serialized array |
Please login to merge, or discard this patch.