Changeset 6453

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

Remove debug

Files:

Legend:

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

    r6450 r6453  
    628628    if ( empty($url) ) 
    629629        return $matches[0]; 
    630         error_log($matches[0], 0); 
    631630    return $matches[1] . "<a href=\"$url\" rel=\"nofollow\">$url</a>"; 
    632631}