Forum Replies Created

Viewing 1 replies (of 1 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') ) {

Viewing 1 replies (of 1 total)