Changeset 725 for trunk/wp-includes/template-functions.php
- Timestamp:
- 01/06/2004 10:33:07 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/template-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/template-functions.php
r721 r725 1656 1656 1657 1657 $url = str_replace('http://url', '', $url); 1658 $url = preg_replace('|[^a-z0-9-_. ,/:]|i', '', $url);1658 $url = preg_replace('|[^a-z0-9-_.?=&;,/:]|i', '', $url); 1659 1659 if (empty($url) && empty($email)) { 1660 1660 echo $author;
Note: See TracChangeset
for help on using the changeset viewer.