[wp-hackers] Re: [wp-svn] [5951] trunk: Bring in atomlib 0.4 and update wp-app to use it.

DD32 wordpress at dd32.id.au
Mon Aug 27 23:50:05 GMT 2007


Might not be a bug, But are you sure you wanted '.*/wp-app.php' ?
keeping in mind that str_replace only replaces literals, it doesnt support  
regular expresions.

On Tue, 28 Aug 2007 05:52:58 +1000, <m at wordpress.org> wrote:
> Modified: trunk/wp-app.php (5950 => 5951)
>  } else {
> -	$_SERVER['PATH_INFO'] = str_replace( '/wp-app.php', '',  
> $_SERVER['REQUEST_URI'] );
> +	$_SERVER['PATH_INFO'] = str_replace( '.*/wp-app.php', '',  
> $_SERVER['REQUEST_URI'] );
>  }



-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


More information about the wp-hackers mailing list