﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
10991	wp_loginout() encoding problem	neoxx	westi	"Hi,

Just a quick note: URLs containing a '+' (e.g. representing an ''and'' in a chain of tags) fail as redirect in ''wp_loginout()'' in Firefox. If tested the behavior in IE8 and Opera 10 and there it seems to work. Maybe the latter two are doing automatic url-encoding?

Anyway, I've used

{{{
str_replace('+', '%2B', $_SERVER['REQUEST_URI']);
}}}

as a quick-and-dirty fix but - if I'm right - I think we need something more decent.

greetz,
berny"	defect (bug)	closed	normal	2.9	General	2.8.4	normal	fixed	wp_loginout, encoding, user-feedback	
