We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 471b2d3 commit 3f2c84cCopy full SHA for 3f2c84c
library/mb-parse-url.php
@@ -18,7 +18,7 @@
18
function mb_parse_url($url, $component = -1)
19
{
20
$enc_url = preg_replace_callback(
21
- '%[^:/@?&=#]+%usD',
+ '%[^:/@?&=#\[\]]+%usD',
22
function ($matches) {
23
return urlencode($matches[0]);
24
},
0 commit comments