PluginProbe
Bit Form – Contact Form, Payment Forms, Multi Step Forms, Calculator & Custom Form Builder / 3.3.1
Bit Form – Contact Form, Payment Forms, Multi Step Forms, Calculator & Custom Form Builder v3.3.1
3.3.1 V-3.3.0 3.2.2 3.2.1 3.2.0 3.1.4 3.1.3 3.1.2 3.1.1 3.1.0 V3.0.3 V3.0.2 -3.0.1 V_3.0.0 1.1.1 1.1.8 1.2 1.3 1.4 1.4.18 1.5.2 1.9 2.0 2.10.0 2.10.1 All 138 releases
← All changes | includes/Admin/Form/Template/TemplateProvider.php +2 -2 2.10.03.3.1 View file →
@@ -47,9 +47,9 @@
47 47 /**
48 48 * Undocumented function
49 49 *
50 50 * @param String $name
51 - * @return void
51 + * @return array|false
52 52 */
53 53 protected function setTemplate($name = 'Contact Form', $newFormId)
54 54 {
55 55 $name = is_null($name) ? 'Contact Form' : $name;
@@ -70,9 +70,9 @@
70 70
71 71 /**
72 72 * This function helps to get TEMPLATE
73 73 *
74 - * @return bool setTemplate()
74 + * @return array|false
75 75 */
76 76 public function getTemplate($name, $newFormId)
77 77 {
78 78 return $this->setTemplate($name, $newFormId);