Changeset 413 for trunk/b2-include/b2template.functions.php
- Timestamp:
- 10/05/2003 09:06:11 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/b2-include/b2template.functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/b2-include/b2template.functions.php
r394 r413 1212 1212 global $comment; 1213 1213 $url = trim(stripslashes($comment->comment_author_url)); 1214 $email = $comment->comment_author_email;1214 $email = stripslashes($comment->comment_author_email); 1215 1215 $author = stripslashes($comment->comment_author); 1216 1216 … … 1228 1228 echo $url; 1229 1229 } else { 1230 echo 'mailto:'. $email;1230 echo 'mailto:'.antispambot($email); 1231 1231 } 1232 1232 echo '" rel="external">' . $author . '</a>';
Note: See TracChangeset
for help on using the changeset viewer.