Origin commit
This commit is contained in:
3
templates/search-box/fields/state-select.php
Executable file
3
templates/search-box/fields/state-select.php
Executable file
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
$sstate = isset( $_GET['state'] ) ? $_GET['state'] : '';
|
||||
Opalestate_Taxonomy_State::dropdown_list( $sstate );
|
||||
Reference in New Issue
Block a user