Changeset 1276


Ignore:
Timestamp:
Apr 26, 2006, 8:03:39 AM (18 years ago)
Author:
chrisaga
Message:

merge branch 1.6 r1274:1275 into trunk (useless code)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_html.inc.php

    r1272 r1276  
    480480function parse_comment_content($content)
    481481{
    482   htmlentities($content,ENT_QUOTES);
    483482  $pattern = '/(https?:\/\/\S*)/';
    484483  $replacement = '<a href="$1" rel="nofollow">$1</a>';
Note: See TracChangeset for help on using the changeset viewer.