[wp-trac] Re: [WordPress Trac] #4011: add global proxy support in
options
WordPress Trac
wp-trac at lists.automattic.com
Mon Mar 30 13:29:36 GMT 2009
#4011: add global proxy support in options
-----------------------------+----------------------------------------------
Reporter: tmountjr | Owner: jacobsantos
Type: feature request | Status: new
Priority: normal | Milestone: 2.8
Component: HTTP | Version: 2.2
Severity: normal | Keywords: proxy has-patch commit needs-testing
-----------------------------+----------------------------------------------
Comment(by bforchhammer):
And another one:
line 539: `if ( $uri == $home['host'] )`
[[BR]]> Comparing the full $uri with only the hostname of the current site
will always(?) result in `false`. Should probably be: `if ( $check['host']
== $home['host'] )`.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/4011#comment:29>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list