PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 6.8
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v6.8
6.35 6.34 6.33.1 6.33 6.32.1 6.32 6.31 6.25 6.25.1 6.26 6.26.1 6.27 6.28 6.29 6.3 6.3.1 6.3.2 6.30 6.4 6.4.1 6.4.2 6.5 6.5.1 6.5.2 6.5.3 All 141 releases
← All changes | classes/models/FrmEntryValues.php +6 -5 6.56.8 View file →
@@ -48,9 +48,9 @@
48 48 *
49 49 * @since 2.04
50 50 *
51 51 * @param int|string $entry_id
52 - * @param array $atts
52 + * @param array $atts
53 53 */
54 54 public function __construct( $entry_id, $atts = array() ) {
55 55 if ( isset( $atts['entry'] ) && is_object( $atts['entry'] ) && ! empty( $atts['entry']->metas ) ) {
56 56 $this->entry = $atts['entry'];
@@ -175,9 +175,9 @@
175 175 *
176 176 * @since 2.04
177 177 *
178 178 * @param string $index
179 - * @param array $atts
179 + * @param array $atts
180 180 *
181 181 * @return array
182 182 */
183 183 private function prepare_array_property( $index, $atts ) {
@@ -283,10 +283,11 @@
283 283 * Allow the referrer to be modified.
284 284 *
285 285 * @since 5.5.1
286 286 *
287 - * @param array $referrer
288 - * @param array @entry_description
287 + * @param array $referrer
288 + * @param array $entry_description
289 + * @param object $entry
289 290 */
290 291 $referrer = apply_filters( 'frm_user_info_referrer', $referrer, $entry_description, $this->entry );
291 292
292 293 $this->user_info = array(
@@ -337,9 +338,9 @@
337 338 *
338 339 * @since 2.04
339 340 *
340 341 * @param stdClass $field
341 - * @param array $array
342 + * @param array $array
342 343 *
343 344 * @return bool
344 345 */
345 346 protected function is_field_in_array( $field, $array ) {