Added genderqueer to card
This commit is contained in:
parent
bfa40df6ec
commit
a5ade4c654
|
@ -7,6 +7,7 @@ function flagGetFromUser($p){
|
|||
if ("BI" == explode(" ",$o)[0]) $re[]="bi";
|
||||
if (contains("FLUID", $o)) $re[]= "fluid";
|
||||
if (contains("ACE", $o)) $re[]= "asex";
|
||||
if (contains("GENDERQ", $o)) $re[]= "gqueer";
|
||||
if (contains("ARO", $o)) $re[]= "aro";
|
||||
if (contains("ASE", $o)) $re[]= "asex";
|
||||
if (contains("GAY", $o)) $re[]= "gay";
|
||||
|
|
Loading…
Reference in New Issue
Block a user