paraeditプラグインを外す方法

lib/pukiwiki.php
-include_once(PLUGIN_DIR . 'paraedit.inc.php');
-$post["msg"] = _plugin_paraedit_parse_postmsg($post["msg_before"], $post["msg"], $post["msg_after"]);

 /////////////////////////////////////////////////
 // Main
lib/convert_html.php
 	function toString()
 	{
+		return $this->msg_top .  $this->wrap(parent::toString(),
+			'h' . $this->level, ' id="' . $this->id . '"');
-		$paraedit_flag = (preg_match("/^content_1_/", $this->id)) ? ' paraedit_flag=on' : '';
-		return $this->msg_top.
-		$this->wrap(parent::toString(),'h'.$this->level," id=\"{$this->id}\"$paraedit_flag");
 	}
 }


 // ----
 // Horizontal Rule