카카오톡 링크기능 추가 및 기타 버그 수정

This commit is contained in:
chicpro
2014-07-15 16:59:54 +09:00
parent d9b8d31225
commit 2658dde159
22 changed files with 121 additions and 13 deletions

View File

@ -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[] = '';