#14894 closed defect (bug) (invalid)
Multisite bugs
| Reported by: | jfarthing84 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Multisite | Version: | 3.0.1 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
Maybe it's just me, but many of the cross-blog functions don't work as expected with multisite.
For instance, get_blog_permalink() returns a permalink formatted for the current blog (which doesn't even exist) rather than for the switched blog. This is reflected by not having the "subdirectory" of the switched blog.
Also, when using switch_to_blog() and then calling get_term_link(), the same results occur, as this is the same way that get_blog_permalink() works, except with get_permalink() instead of get_term_link() of course.
Am I misunderstanding something or is this a bug?
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
The same goes for get_blog_option(). It is returning options for the current blog when explicitly defining the blog id as the first parameter.