Revision 13704
Added by Aaron Marcuse-Kubitza over 10 years ago
username_prefix.php | ||
---|---|---|
16 | 16 |
# *note*: when URL is used without http:// , you must include a non-letter |
17 | 17 |
# in the comment (eg. c_:x@url) to work in Firefox |
18 | 18 |
# to put the comment on a separate line when word-wrapping, use c-_:x@url |
19 |
# (the extra _ is needed to work in Google spreadsheets)
|
|
19 |
# (the _ is needed to work in Google spreadsheets) |
|
20 | 20 |
$elems = explode(':', $path, 2); |
21 | 21 |
$path = array_pop($elems); # last (comment is first) |
22 | 22 |
|
Also available in: Unified diff
web/username_prefix.php: user2path(): comment prefixes: documented how to put the comment on a separate line when word-wrapping (c-_:x@url). this format works in Google spreadsheets.