[Plugin: Menu Maker] Uninstall Has Parse Errors
-
The uninstall.php has parse errors.
delete_option(‘id_before_active_item’)
delete_option(‘id_after_active_item’)These lines need semi-colons to look like
delete_option(‘id_before_active_item’);
delete_option(‘id_after_active_item’);
- The topic ‘[Plugin: Menu Maker] Uninstall Has Parse Errors’ is closed to new replies.