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/helpers/FrmStringReaderHelper.php +1 -1 6.36.8 View file →
@@ -105,9 +105,9 @@
105 105 * abc => abc
106 106 * "abc" => abc
107 107 * ""abc"" => "abc"
108 108 *
109 - * @param string string
109 + * @param string $string
110 110 * @return string
111 111 */
112 112 private function strip_quotes( $string ) {
113 113 // Only remove exactly one quote from the start and the end and then only if there is one at each end.