bp_ps_full_label($ F.的)
过滤伙伴博彩配置文件搜索字段标签。
描述
来源
文件:BP-Core / Profile-Search / BPS-Templates47.php
函数bp_ps_full_label($ f){$标签= array('包含'=> __('%1 $ s strong> span>','buddyboss'),''=> __('%1 $ s strong> 是:','buddyboss'),'喜欢'=> __('%1 $ s strong> 就像:','buddyboss'),'范围'=> __('%1 $ s strong> 范围:','buddyboss'),'datd_range'=> __('%1 $ s strong> 范围:','buddyboss'),'距离'=> __('%1 $ s strong>在:','buddyboss'),'one_of'=> __('%1 $ s strong> 是:','buddyboss'),'match_any'=> __('%1 $ s strong> 匹配任何:','buddyboss'),'match_all'=> __('%1$ s strong> 匹配所有:','buddyboss'),'未知'=> __('%1 $ s strong>:','buddyboss'),);$ mode = isset($标签[$ f-> mode])?$ f->模式:'未知';$ label = sprintf($标签[$ mode],$ f->标签);Return Apply_filters('bp_ps_full_label',$标签,$ f);}
变更乐
版本 | 描述 |
---|---|
Buddyboss 1.0.0. | 介绍。 |