Opened 16 years ago
Closed 16 years ago
#302 closed enhancement (fixed)
admin-bar and domain mapping
Reported by: | PerS | Owned by: | |
---|---|---|---|
Milestone: | Priority: | major | |
Severity: | Version: | ||
Component: | Keywords: | ||
Cc: |
Description
when using domain mapping (http://ocaoimh.ie/wordpress-mu-domain-mapping/), admin bar will return wrong urls (urls should point to the original site, not the mapped one.)
fix: in bp-core-adminbar.php, replace all site_url() with get_blog_option( 1, 'siteurl')
Note: See
TracTickets for help on using
tickets.
This is fixed in the trunk.