﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
4788,wp_loginout() / ampersand in URL,raptorNL,anonymous,"The '''wp_loginout()''' function does not escape ampersands with the proper entity in the '''Logout''' url, failing the code to pass W3C (X)HTML validation.

For instance, on my local test blog, it generates the following:
{{{<a href=""http://localhost/wp/wp-login.php?action=logout&redirect_to=%2Fhome%2F"">Logout</a>}}}

The ampersand between '''action=logout''' and '''redirect_to=%2Fhome%2F''' should be escaped with '''&amp;'''.",defect (bug),closed,low,,General,2.2.2,minor,fixed,has-patch,
