Found this when cleaning up my Wordpress website. Anything to be concerned about? Threat scan flagged it. Also does anyone know of a good plugin to search for base64 injections on my website? I think I found them all but I want to make sure :)
wp-content/plugins/webdezine_menu/.svn/text-base/parser_php4.php.svn-base
159: eval('$this->'.$parent.'->AddChild($name, $attrs, '.count($this->stack).');');
162: eval('$this->stack[] = $name.\'[\'.(count($this->'.$parent.'->'.$name.') - 1).\']\';');
190: eval('$this->'.$tag.'->tagData .= trim($data);');