카카오톡 링크기능 추가 및 기타 버그 수정
This commit is contained in:
@ -2640,7 +2640,7 @@ function get_search_string($stx)
|
||||
$stx_pattern[] = '#\.*/+#';
|
||||
$stx_pattern[] = '#\\\*#';
|
||||
$stx_pattern[] = '#\.{2,}#';
|
||||
$stx_pattern[] = '#[/\'\"%=*\#\(\)\|\+\-\&\!\$@~\{\}\[\]`;:\?\^\,]+#';
|
||||
$stx_pattern[] = '#[/\'\"%=*\#\(\)\|\+\&\!\$~\{\}\[\]`;:\?\^\,]+#';
|
||||
|
||||
$stx_replace = array();
|
||||
$stx_replace[] = '';
|
||||
|
||||
Reference in New Issue
Block a user