Fix spell

This commit is contained in:
Hoang Huu 2019-12-23 16:26:04 +07:00
parent e41f789f3e
commit a7b0201619

View File

@ -4,5 +4,5 @@ $scategories = isset( $_GET['cat'] ) ? $_GET['cat'] : -1;
if ( isset( $ismultiple ) ) {
Opalestate_Taxonomy_Categories::get_multi_check_list( $scategories );
} else {
Opalestate_Taxonomy_Categories::dropdown_list( $stypes );
Opalestate_Taxonomy_Categories::dropdown_list( $scategories );
}