Revision 14115
Added by Aaron Marcuse-Kubitza over 10 years ago
username_prefix.php | ||
---|---|---|
17 | 17 |
$path = str_replace('_-_', '', $path); |
18 | 18 |
|
19 | 19 |
# remove category comments: x+y@url -> y@url |
20 |
# this special syntax is shorter than [x_-_]y@url
|
|
20 |
# this special syntax is shorter than [x]_-_y@url
|
|
21 | 21 |
# a UI can replace + with ' ' to produce a linewrap |
22 | 22 |
# can't use : for this because Firefox will not update the "password" for |
23 | 23 |
# the website with the new value after the : |
Also available in: Unified diff
web/username_prefix.php: category comments: moved _-_ outside [] in comparison example since it will be deleted separately