Changeset 6452
- Timestamp:
- 12/21/07 06:12:23 (10 months ago)
- Files:
-
- trunk/wp-includes/formatting.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/formatting.php
r6449 r6452 632 632 if ( empty($url) ) 633 633 return $matches[0]; 634 error_log($matches[0], 0);635 634 return $matches[1] . "<a href=\"$url\" rel=\"nofollow\">$url</a>"; 636 635 }
