Forums
(@bostaf)
11 years, 2 months ago
Same here. You can fix it by editing the plugin. Open file acronym-manager/php/acronym-manager-class.php, find:
acronym-manager/php/acronym-manager-class.php
if ( substr($parent_file, 'acronym-manager') ) {
and replace it with
if ( FALSE !== strpos($parent_file, 'acronym-manager') ) {