@@ -43,7 +43,7 @@ |
||
| 43 | 43 | * |
| 44 | 44 | * @since 25.0.0 |
| 45 | 45 | */ |
| 46 | - public const URL_REGEX = '/' . self::URL_REGEX_NO_MODIFIERS . '/mi'; |
|
| 46 | + public const URL_REGEX = '/'.self::URL_REGEX_NO_MODIFIERS.'/mi'; |
|
| 47 | 47 | |
| 48 | 48 | /** |
| 49 | 49 | * Regex for matching http(s) urls (without modifiers for client compatibility) |