Viewing 2 replies - 1 through 2 (of 2 total)
  • Same here.
    You can fix it by editing the plugin. Open file acronym-manager/php/acronym-manager-class.php, find:

    if ( substr($parent_file, 'acronym-manager') ) {

    and replace it with

    if ( FALSE !== strpos($parent_file, 'acronym-manager') ) {

    Mmmm same here, thanks for the tip.
    Plugin abandoned :/

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘PHP warning’ is closed to new replies.