- Timestamp:
- Jan 23, 2014, 12:08:56 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.5/include/functions_comment.inc.php
r19703 r26920 136 136 if (!empty($comm['website_url'])) 137 137 { 138 $comm['website_url'] = strip_tags($comm['website_url']); 138 139 if (!preg_match('/^https?/i', $comm['website_url'])) 139 140 { … … 339 340 if (!empty($comment['website_url'])) 340 341 { 342 $comm['website_url'] = strip_tags($comm['website_url']); 341 343 if (!preg_match('/^https?/i', $comment['website_url'])) 342 344 {
Note: See TracChangeset
for help on using the changeset viewer.