From: sparky4 Date: Thu, 17 Feb 2011 15:16:42 +0000 (-0600) Subject: modified: lib/lib_common.php X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=dd6b66ac62b59195e95974c2bad9f2a2a9c78d23;p=test.git modified: lib/lib_common.php --- diff --git a/lib/lib_common.php b/lib/lib_common.php index fc31795..959f510 100755 --- a/lib/lib_common.php +++ b/lib/lib_common.php @@ -179,6 +179,7 @@ function auto_link($proto){ function quoteLight($comment){ return preg_replace('/(^|
)((?:>|>).*?)(?=
|$)/u', '$1$2', $comment); } +/* # quoting */ function quoteLight2($comment){ return preg_replace('/(^|
)((?:#|#).*?)(?=
|$)/u', '$1$2', $comment); } @@ -416,4 +417,4 @@ function abbreviate($str, $max_lines){ $str .= str_repeat("", substr_count($str, " \ No newline at end of file +?>