Changeset 1011 for trunk/wp-includes/functions.php
- Timestamp:
- 03/25/2004 10:11:58 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r1009 r1011 1578 1578 if ( preg_match($pattern, $user_ip) ) return false; 1579 1579 } 1580 1581 preg_match_all('|([\n ])([a-z]+?)://([^, <>{}\n\r]+)|i', $comment, $all_links); 1582 $number = count($all_links[0]); 1583 if ($number >= get_settings('comment_max_links')) return false; 1584 1580 1585 return true; 1581 1586 }
Note: See TracChangeset
for help on using the changeset viewer.