Make WordPress Core


Ignore:
Timestamp:
08/30/2007 06:13:48 PM (19 years ago)
Author:
markjaquith
Message:

Roll back [5986], [5988], [5989]. We are in a char class, so no escaping needed. Props mdawaffe. see #4873

File:
1 edited

Legend:

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

    r5990 r5993  
    399399                return false;
    400400
    401         $location = preg_replace('|[^a-z0-9-~\+_\.\?#=&;,/:%]|i', '', $location);
     401        $location = preg_replace('|[^a-z0-9-~+_.?#=&;,/:%]|i', '', $location);
    402402        $location = wp_kses_no_null($location);
    403403
Note: See TracChangeset for help on using the changeset viewer.