[wpmu-trac] [WordPress MU Trac] #840: Admin bar links/log-out loop
when using custom domain
WordPress MU Trac
wpmu-trac at lists.automattic.com
Wed Jan 14 21:15:00 GMT 2009
#840: Admin bar links/log-out loop when using custom domain
----------------------------+-----------------------------------------------
Reporter: ielliott | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone:
Component: Administration | Version:
Severity: normal | Keywords:
----------------------------+-----------------------------------------------
In the admin bar, all links use the admin_url(). If you're using a custom
domain, every link in the admin bar tries to use the admin_url instead of
a relative path. This creates log-out loops.
I've edited my wp-includes/link_template.php (admin_url() function, line
1435) to:
url = "/wp-admin";
This fixes my issue, but I'm unaware of what other issues it might cause.
--
Ticket URL: <http://trac.mu.wordpress.org/ticket/840>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser
More information about the wpmu-trac
mailing list