Changes between Initial Version and Version 1 of Ticket #29247, comment 1
- Timestamp:
- 08/27/2014 05:04:27 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29247, comment 1
initial v1 2 2 Performance (must go to DB directly, no functions or could hit mistakenly uncleared cache too)?!? 3 3 4 I also wanted to not that if we move to checking for the blog's existence before switching to it, we should also likely do the same in `restore_current_blog()`, for consistency and safety (although I'd hate to see what missing-previous-blog case would do to running code IRL :p).4 I also wanted to note that if we move to checking for the blog's existence before switching to it, we should also likely do the same in `restore_current_blog()`, for consistency and safety (although I'd hate to see what missing-previous-blog case would do to running code IRL :p). 5 5 6 6 Good catch, btw.