Bug in EACX code
-
There is a bug in Your code in file: options-page.php in line 254
<input type="submit" class="button-primary" value=<?php _e("Save Options",TONJOO_ECAE) ?> />code should looks like this:<input type="submit" class="button-primary" value="<?php _e("Save Options",TONJOO_ECAE) ?>" />
There are no quotation marksCould You also add name=”” Attribute into this code in next release?
maybe like this:<input type="submit" class="button-primary" name="tonjoo_ecae_submit_button" value="<?php _e("Save Options",TONJOO_ECAE) ?>" />Thank U, Best regards
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Bug in EACX code’ is closed to new replies.