Strict Standard warnings
-
First of all, thank you for the great job on this plugin, I really loved it.
On PHP5.5, the plugin generated the following minor warnings:
Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method RichTextExcerpts::register_plugin_options() should not be called statically in /srv//public_html/wp-includes/plugin.php on line 406
This can be easily fixed by adding ‘static’ qualifier to the register_plugin_options function.
Do you have a github repo I can contribute to?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Strict Standard warnings’ is closed to new replies.