Forums

[resolved] [Plugin: Register Plus] Error Message on Dashboard Panel Display (2 posts)

  1. robert.lang
    Member
    Posted 3 weeks ago #

    Using Version 2.8.5 Wordpress. in dash_widget.php line 24 : extract( $args, EXTR_SKIP );
    There is an error echoed on the dashboard panel of Wordpress:

    Warning: extract() [function.extract]: First argument should be an array in /home/myname/public_html/mydomain/blog/wp-content/plugins/register-plus/dash_widget.php on line 24

    Can you please code your script to comply please?

    http://wordpress.org/extend/plugins/register-plus/

  2. robert.lang
    Member
    Posted 3 weeks ago #

    Well, not too bad for someone who has yet after ten years to open up a php book of any kind. Here is the new code to comply with WP V. 2.8.5:

    Line 24 should look like this: extract (array($this, 'EXTR_SKIP') );

    Now it's nice and neat!

Reply

You must log in to post.

About this Topic