I added the search feature to my site using:
<?php get_search_form(); ?>
I notice on the search page, after ?s=value, there is also &submit=Search
Is there a way to remove this through functions.php or would this be an .htaccess fix? Also, is there any use for having &submit=Search at the end of the URL?
Thanks