Strict Standards Errors
-
I was testing something else and had to turn on WP_DEBUG mode. These started popping up:
Strict Standards: Declaration of Walker_PostExpirator_Category_Checklist::start_lvl() should be compatible with Walker::start_lvl(&$output, $depth = 0, $args = Array) in D:\inetpub\wp\wp-content\plugins\post-expirator\post-expirator.php on line 0
Strict Standards: Declaration of Walker_PostExpirator_Category_Checklist::end_lvl() should be compatible with Walker::end_lvl(&$output, $depth = 0, $args = Array) in D:\inetpub\wp\wp-content\plugins\post-expirator\post-expirator.php on line 0
Strict Standards: Declaration of Walker_PostExpirator_Category_Checklist::start_el() should be compatible with Walker::start_el(&$output, $object, $depth = 0, $args = Array, $current_object_id = 0) in D:\inetpub\wp\wp-content\plugins\post-expirator\post-expirator.php on line 0
Strict Standards: Declaration of Walker_PostExpirator_Category_Checklist::end_el() should be compatible with Walker::end_el(&$output, $object, $depth = 0, $args = Array) in D:\inetpub\wp\wp-content\plugins\post-expirator\post-expirator.php on line 0
- The topic ‘Strict Standards Errors’ is closed to new replies.