Changeset 1276 for trunk/include/functions_html.inc.php
- Timestamp:
- Apr 26, 2006, 8:03:39 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/functions_html.inc.php
r1272 r1276 480 480 function parse_comment_content($content) 481 481 { 482 htmlentities($content,ENT_QUOTES);483 482 $pattern = '/(https?:\/\/\S*)/'; 484 483 $replacement = '<a href="$1" rel="nofollow">$1</a>';
Note: See TracChangeset
for help on using the changeset viewer.