Revision 13723
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/web/username_prefix.php | ||
---|---|---|
18 | 18 |
|
19 | 19 |
# remove insertion comments: [c]x[d]@url -> x@url |
20 | 20 |
# use [] because in writing, [] denotes insertion |
21 |
# insertion indicates that the semantic meaning of the [] portion also |
|
22 |
# applies, even though it's not included in the linked term name |
|
21 | 23 |
# can't use : for this because Firefox will not update the "password" for |
22 | 24 |
# the website with the new value after the : |
23 | 25 |
$path = preg_replace('/\[.*?\]/', '', $path); |
Also available in: Unified diff
web/username_prefix.php: insertion comments: documented that the semantic meaning of the [] portion also applies, even though it's not included in the linked term name