PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 5.4
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v5.4
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/FrmInstallerSkin.php +2 -2 6.255.4 View file →
@@ -1,9 +1,8 @@
1 1 <?php
2 2 /**
3 3 * @since 3.04.02
4 4 *
5 - * @package Formidable
6 5 * @subpackage Upgrader Skin
7 6 */
8 7
9 8 // Exit if accessed directly
@@ -62,9 +61,9 @@
62 61 * back to the Ajax script for processing.
63 62 *
64 63 * @since 3.04.02
65 64 *
66 - * @param string|\WP_Error $errors The WP Error object of errors with the install process.
65 + * @param string|object $errors The WP Error object of errors with the install process.
67 66 */
68 67 public function error( $errors ) {
69 68 if ( ! empty( $errors ) ) {
70 69 if ( ! is_string( $errors ) ) {
@@ -96,5 +95,6 @@
96 95 * @param string $string The feedback string.
97 96 * @param mixed ...$args Optional text replacements.
98 97 */
99 98 public function feedback( $string, ...$args ) {}
99 +
100 100 }