PluginProbe
Disable Admin Notices – Hide Dashboard Notifications / 1.2.2
Disable Admin Notices – Hide Dashboard Notifications v1.2.2
1.4.7 1.4.6 1.4.5 trunk 1.0.0 1.0.2 1.0.3 1.0.5 1.0.6 1.1.1 1.1.3 1.1.4 1.2.0 1.2.2 1.2.3 1.2.4 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 All 30 releases
← All changes | libs/factory/forms/includes/control.class.php +5 -5 1.2.01.2.2 View file →
@@ -13,9 +13,9 @@
13 13 if( !defined('ABSPATH') ) {
14 14 exit;
15 15 }
16 16
17 - if( !class_exists('Wbcr_FactoryForms427_Control') ) {
17 + if( !class_exists('Wbcr_FactoryForms429_Control') ) {
18 18
19 19 /**
20 20 * The base class for all controls.
21 21 *
@@ -20,9 +20,9 @@
20 20 * The base class for all controls.
21 21 *
22 22 * @since 1.0.0
23 23 */
24 - abstract class Wbcr_FactoryForms427_Control extends Wbcr_FactoryForms427_FormElement {
24 + abstract class Wbcr_FactoryForms429_Control extends Wbcr_FactoryForms429_FormElement {
25 25
26 26 /**
27 27 * Is this element a control?
28 28 *
@@ -42,9 +42,9 @@
42 42 /**
43 43 * A provider that is used to get values.
44 44 *
45 45 * @since 1.0.0
46 - * @var Wbcr_IFactoryForms427_ValueProvider
46 + * @var Wbcr_IFactoryForms429_ValueProvider
47 47 */
48 48 protected $provider = null;
49 49
50 50 /**
@@ -50,9 +50,9 @@
50 50 /**
51 51 * Create a new instance of the control.
52 52 *
53 53 * @param mixed[] $options
54 - * @param FactoryForms427_Form $form
54 + * @param FactoryForms429_Form $form
55 55 * @param null $provider
56 56 * @since 1.0.0
57 57 * @return void
58 58 */
@@ -65,9 +65,9 @@
65 65 /**
66 66 * Sets a provider for the control.
67 67 *
68 68 * @since 1.0.0
69 - * @param IFactoryForms427_ValueProvider $provider
69 + * @param IFactoryForms429_ValueProvider $provider
70 70 * @return void
71 71 */
72 72 public function setProvider($provider)
73 73 {