Search button code typo in templates/events-search.php
-
In templates/templates/events-search.php the search button is generated by this line:
<input type="submit" value="<?php echo get_option('dbem_serach_form_submit','Search'); ?>" class="em-events-search-submit" />The string
dbem_serach_form_submitshould be renameddbem_search_form_submiteverywhere in the code to correct the typo.I have the feeling that this may have been fixed already once at around the time of releasing 5.2, but that the typo would have been re-introduced later.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Search button code typo in templates/events-search.php’ is closed to new replies.