- Timestamp:
- Jan 23, 2014, 12:06:38 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/functions_comment.inc.php
r26461 r26916 148 148 if (!empty($comm['website_url'])) 149 149 { 150 $comm['website_url'] = strip_tags($comm['website_url']); 150 151 if (!preg_match('/^https?/i', $comm['website_url'])) 151 152 { … … 352 353 if (!empty($comment['website_url'])) 353 354 { 355 $comm['website_url'] = strip_tags($comm['website_url']); 354 356 if (!preg_match('/^https?/i', $comment['website_url'])) 355 357 {
Note: See TracChangeset
for help on using the changeset viewer.