Archive | /wp-includes/formatting.php RSS feed for this section

popuplinks

Adds a element attributes to open links in new windows.Comment text in popup windows should be filtered through this. Right now it’s a moderately dumb function, ideally it would detect whether a target or rel attribute was already there and adjust its actions accordingly.

2545

Continue reading

make_clickable

Convert plaintext URI to HTML links.Converts URI, www and ftp, and email addresses. Finishes by fixing links within links.

2307

Continue reading

links_add_base_url

Add a Base url to relative links in passed content.By default it supports the ‘src’ and ‘href’ attributes. However this can be changed via the 3rd param.

2245

Continue reading