• Resolved heshiming

    (@heshiming)


    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?

    https://www.ads-software.com/plugins/rich-text-excerpts/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author bjorsq

    (@bjorsq)

    Hi heshiming,

    I’ll try to get this sorted out over the next week – I’ve made some experimental changes to the codebase over the last few months and only noticed this error a few weeks ago – I still need to do a little testing before the next version is released (where this issue is fixed).

    I don’t have a github repo for this plugin yet, but I’m hoping to get one set up soon.

    Plugin Author bjorsq

    (@bjorsq)

    I’ve fixed this issue in the new version. Also got a github repo:

    https://github.com/bjorsq/rich-text-excerpts

    Will be doing development here from now on and pushing releases to WordPress SVN

    Thread Starter heshiming

    (@heshiming)

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Strict Standard warnings’ is closed to new replies.