#4501 | 'flags' => implode(',', $flags),
|
#4502 | 'seo_title' => isset($post['seo_title']) ? trim(strip_tags($post['seo_title'])) : '',
|
#4503 | 'seo_keywords' => isset($post['seo_keywords']) ? trim(strip_tags($post['seo_keywords'])) : '',
|
#4504 | 'seo_description' => isset($post['seo_description']) ? trim(strip_tags($post['seo_description'])) : '',
|
#4505 | 'jumpurl' => isset($post['jumpurl']) ? trim($post['jumpurl']) : '',
|
#4506 | );
|
#4507 |
|
#4508 | //为避免和字典插件冲突,读取字典mid值
|
#4509 | $le_zidian = $this->kv->xget('le_zidian');
|
#4510 | $zidian_mid = $le_zidian['zidian_mid'];
|