Strict Standards error
-
Hi,
when turning on WP_DEBUG, I got the exact same as described here :
http://ww.wp.xz.cn/support/topic/strict-standards-error?replies=1
Strict Standards: Declaration of c2c_ConfigureSMTP::options_page_description() should be compatible with C2C_Plugin_023::options_page_description($localized_heading_text = ”) in /wp-content/plugins/configure-smtp/configure-smtp.php on line 47
This can be fixed by changing line 171 of configure-smtp.php to add in the parameter used in the function that is being overridden, i.e.
public function options_page_description( $localized_heading_text = ” ) {http://ww.wp.xz.cn/extend/plugins/configure-smtp/
Could you fix it in the original code?
The topic ‘Strict Standards error’ is closed to new replies.