Exemple #1
0
 /**
  * 去除段落
  * 
  * @access public
  * @param array $post 数据结构体
  * @return array
  */
 public static function filter($post)
 {
     $post['text'] = Typecho_Common::removeParagraph($post['text']);
     return $post;
 }