Changeset 6452

Show
Ignore:
Timestamp:
12/21/07 06:12:23 (10 months ago)
Author:
ryan
Message:

Remove debug

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/formatting.php

    r6449 r6452  
    632632    if ( empty($url) ) 
    633633        return $matches[0]; 
    634         error_log($matches[0], 0); 
    635634    return $matches[1] . "<a href=\"$url\" rel=\"nofollow\">$url</a>"; 
    636635}