Make WordPress Core


Ignore:
Timestamp:
02/05/2008 06:47:27 AM (17 years ago)
Author:
ryan
Message:

Trailing whitespace cleanup

File:
1 edited

Legend:

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

    r6680 r6726  
    11161116
    11171117    if ('' == $url) return $url;
    1118     $url = preg_replace('|[^a-z0-9-~+_.?#=!&;,/:%@()]|i', '', $url); 
     1118    $url = preg_replace('|[^a-z0-9-~+_.?#=!&;,/:%@()]|i', '', $url);
    11191119    $strip = array('%0d', '%0a');
    11201120    $url = str_replace($strip, '', $url);
Note: See TracChangeset for help on using the changeset viewer.