Changeset 6453
- Timestamp:
- 12/21/07 06:12:56 (10 months ago)
- Files:
-
- branches/2.3/wp-includes/formatting.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.3/wp-includes/formatting.php
r6450 r6453 628 628 if ( empty($url) ) 629 629 return $matches[0]; 630 error_log($matches[0], 0);631 630 return $matches[1] . "<a href=\"$url\" rel=\"nofollow\">$url</a>"; 632 631 }
