Opened 14 years ago
Closed 13 years ago
#23155 closed defect (bug) (fixed)
Fire update_blog_public action from update_blog_status()
| Reported by: | ryan | Owned by: | ryan |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.6 |
| Component: | Administration | Version: | 3.5 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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)
#6
@
13 years ago
- Resolution fixed
- Status closed → 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?
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.