bbp_get_form_topic_status_dropdown (args美元='')
返回主题状态向下
描述
此下拉菜单仅供具有“中等”能力的用户查看。因此,在这个函数中不执行额外的功能检查来检查可用的主题状态。
参数
- args美元
-
(可选)该函数支持以下参数:—select_id:选择id。默认为bbp_open_close_topic - tab: Tabindex - topic_id: Topic id - selected:覆盖选中的选项
默认值:“
源
文件:bp-forums /主题/ template.php
function bbp_get_form_topic_status_dropdown($args = "){//解析默认值的参数$r = bbp_parse_args($args, array('select_id' => 'bbp_topic_status', 'tab' => bbp_get_tab_index(), 'topic_id' => 0, 'selected' => false);$r['select_id']] = $_POST[$r['select_id']]; //如果$r['select_id'] = $r['select_id'];} else{//编辑topic if (bbp_is_topic_edit()) {$r['topic_id'] = bbp_get_topic_id($r['topic_id']);(“选择”)$ r = bbp_get_topic_status ($ r [' topic_id ']);//新建主题}else {$r['selected'] = bbp_get_public_status_id(); //新建主题}else {$r['selected'] = bbp_get_public_status_id();}}} //使用的变量$tab = !空($r['tab']) ?tabindex = "。(int) $ r(“选项卡”)。“:”; // Start an output buffer, we'll finish it after the select loop ob_start(); ?>
更新日志
版本 | 描述 |
---|---|
bbPress (r5059) | 介绍了。 |