Strict Standards notices
-
Hi, when I enable all error messages in php the following notices are emitted by the plugin:
Version: 0.3.4.1
Strict Standards: Redefining already defined constructor for class
PCS_Content_Widget
in /plugins/post-content-shortcodes/class-post-content-widgets.php on line 181Strict Standards: Redefining already defined constructor for class
PCS_List_Widget
in /plugins/post-content-shortcodes/class-post-content-widgets.php on line 245Strict Standards: Declaration of
PCS_Widget::update() should be compatible with
WP_Widget::update($new_instance, $old_instance) in /plugins/post-content-shortcodes/class-post-content-widgets.php on line 13Strict Standards: Declaration of
PCS_Widget::form() should be compatible with
WP_Widget::form($instance) in /plugins/post-content-shortcodes/class-post-content-widgets.php on line 13Strict Standards: Declaration of PCS_Content_Widget::form()
should be compatible with WP_Widget::form($instance)
in /plugins/post-content-shortcodes/class-post-content-widgets.php on line 176Strict Standards: Declaration of
PCS_Content_Widget::update() should be compatible with WP_Widget::update($new_instance, $old_instance)
in /plugins/post-content-shortcodes/class-post-content-widgets.php on line 176Strict Standards: Declaration of
PCS_List_Widget::form() should be compatible with
WP_Widget::form($instance)
in /plugins/post-content-shortcodes/class-post-content-widgets.php on line 240Strict Standards: Declaration of
PCS_List_Widget::update() should be compatible with
WP_Widget::update($new_instance, $old_instance)
in /plugins/post-content-shortcodes/class-post-content-widgets.php on line 240
- The topic ‘Strict Standards notices’ is closed to new replies.