string prepareLinks(
string
$comment)
|
|
Extract only the links from the post
SLV has a problem with non-ASCII character sets, so we feed it the URLs only. We also remove all URLs containing our site's URL.
Since we don't know if the post is in HTML or plain ASCII, we run it through getLinks() twice.
Tags:
Parameters: