@@ -110,7 +110,7 @@ |
||
| 110 | 110 | } |
| 111 | 111 | return preg_replace_callback( |
| 112 | 112 | "/\bhttps?:\/\/|__+|\/\/+|%%+|''+|\*\*+/", |
| 113 | - function ($matches) |
|
| 113 | + function($matches) |
|
| 114 | 114 | { |
| 115 | 115 | switch ($matches[0][0]) { |
| 116 | 116 | case 'h': |