Opened 12 years ago
Closed 12 years ago
#23155 closed defect (bug) (fixed)
Fire update_blog_public action from update_blog_status()
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.6 | Priority: | normal |
Severity: | normal | Version: | 3.5 |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description (last modified by )
The update_blog_public action is fired from update_blog_public() but not from update_blog_status(). Since update_blog_public() calls update_blog_status() the action should move down the stack and reside along the other actions fired by update_blog_status().
Attachments (1)
Change History (8)
#3
@
12 years ago
- Owner set to ryan
- Resolution set to fixed
- Status changed from new to closed
In 23794:
#6
@
12 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
I'm not convinced the code we added to noindex()
is a good idea.
It is now possible that front end request(s) will cause writes to wp_blogs
and invalidation of the blog details cache which seems like a bad idea.
Was there an issue you were trying to fix by adding this "syncing" on multisite?
Maybe we should move the syncing to something like admin_init instead?
Note: See
TracTickets for help on using
tickets.
I threw in some changes to noindex() that we run on wordpress.com. It repairs mismatches between the blog option and the site/network option. There's possibly a better place for this.