Make WordPress Core


Ignore:
Timestamp:
06/14/2007 02:25:30 AM (18 years ago)
Author:
ryan
Message:

Trim empty lines. Nothing but newline.

File:
1 edited

Legend:

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

    r5623 r5700  
    10861086        substr( $url, 0, 1 ) != '/' && !preg_match('/^[a-z0-9-]+?\.php/i', $url) )
    10871087        $url = 'http://' . $url;
    1088    
     1088
    10891089    $url = preg_replace('/&([^#])(?![a-z]{2,8};)/', '&$1', $url);
    10901090    if ( !is_array($protocols) )
Note: See TracChangeset for help on using the changeset viewer.