Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Dave

    (@csn123)

    It looks like the bug is with this line:

    wp_register_sidebar_widget(idbal16,'Better Anchor Links', array(&$this, 'widget'));

    idbal16 should have quotes around it – i.e.:

    wp_register_sidebar_widget('idbal16','Better Anchor Links', array(&$this, 'widget'));

    This removes the error message in Debug Bar.

    Can this mod be added to the plugin?

    I can confirm this as well. Putting the quotes around the string did the trick.

    Plugin Author elpresidento

    (@elpresidento)

    Hi
    Thanks I will fix in next version

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘idbal16 Undefined Constant’ is closed to new replies.