Changeset 6005

Show
Ignore:
Timestamp:
09/01/07 22:12:17 (1 year ago)
Author:
markjaquith
Message:

Turn & to & in add_query_arg(). fixes #4878

Files:

Legend:

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

    r5999 r6005  
    606606            $uri = @func_get_arg(2); 
    607607    } 
     608 
     609    $uri = str_replace('&', '&', $uri); 
    608610 
    609611    if ( $frag = strstr($uri, '#') )