| #211 | if(isset($post['views']) && $post['views'] == '[db:浏览量]' ) $post['views'] = 0; |
| #212 | if(isset($post['seo_title']) && $post['seo_title'] == '[db:SEO标题]' ) $post['seo_title'] = ''; |
| #213 | if(isset($post['seo_keywords']) && $post['seo_keywords'] == '[db:SEO关键词]' ) $post['seo_keywords'] = ''; |
| #214 | if(isset($post['seo_description']) && $post['seo_description'] == '[db:SEO描述]' ) $post['seo_description'] = ''; |
| #215 | if(isset($post['jumpurl']) && $post['jumpurl'] == '[db:跳转URL]' ) $post['jumpurl'] = ''; |
| #216 | if(isset($post['isremote']) && $post['isremote'] == '[db:远程图片本地化]' ) $post['isremote'] = 0; |
| #217 | if(isset($post['iscomment']) && $post['iscomment'] == '[db:禁止评论]' ) $post['iscomment'] = 0; |
| #218 | if(isset($post['content']) && $post['content'] == '[db:内容]' ) $post['content'] = ''; |
| #219 | if(isset($post['show_tpl']) && $post['show_tpl'] == '[db:内容模板]' ) $post['show_tpl'] = ''; |
| #220 | //处理发布时间 |