PluginProbe
Boxzilla – WordPress Popup Builder / 3.4.11
Boxzilla – WordPress Popup Builder v3.4.11
3.4.11 3.4.10 3.4.9 3.4.3 3.4.4 3.4.5 3.4.6 3.4.7 3.4.8 trunk 3.0 3.0.1 3.0.2 3.0.3 3.1 3.1.1 3.1.10 3.1.11 3.1.12 3.1.13 3.1.14 3.1.15 3.1.16 3.1.17 3.1.18 All 72 releases
← All changes | src/class-plugin.php +4 -4 3.4.63.4.11 View file →
@@ -29,16 +29,16 @@
29 29 */
30 30 protected $slug = '';
31 31
32 32 /**
33 - * @var int
33 + * @var string
34 34 */
35 - protected $id = 0;
35 + protected $id = '';
36 36
37 37 /**
38 38 * Constructor
39 39 *
40 - * @param int $id
40 + * @param string $id
41 41 * @param string $name
42 42 * @param string $version
43 43 * @param string $file
44 44 * @param string $dir (optional)
@@ -57,9 +57,9 @@
57 57 }
58 58 }
59 59
60 60 /**
61 - * @return int
61 + * @return string
62 62 */
63 63 public function id()
64 64 {
65 65 return $this->id;