Hello,
I just updated the plugin and found a couple of strings that must to be changed:
File: clean_contact_conf.php
Line 48:
<?if (get_option...
with
<?php if (get_option...
Line 18:
<?}?>
with
<?php } ?>
Hello,
I just updated the plugin and found a couple of strings that must to be changed:
File: clean_contact_conf.php
Line 48:
<?if (get_option...
with
<?php if (get_option...
Line 18:
<?}?>
with
<?php } ?>
Hey thanks, this has been fixed in the latest version.
This topic has been closed to new replies.