Opened 15 years ago
Closed 15 years ago
#12912 closed defect (bug) (fixed)
Admin Notice Feed Message
Reported by: | bloggus | Owned by: | |
---|---|---|---|
Milestone: | 3.0 | Priority: | low |
Severity: | minor | Version: | 3.0 |
Component: | Multisite | Keywords: | |
Focuses: | Cc: |
Description
MultiSite
If clicked once when it appears, it doesn't vanish on the first page reload, but vanish once the page is relaoded once again.
Small issue, but anyway ...
Change History (4)
Note: See
TracTickets for help on using
tickets.
This is actually an issue with the *_user_option API that, I believe, has been reported elsewhere. More or less, whenever we update a user option, it isn't available until then next page load, as we don't flush the vars they are held in.
Simple fix would be to issue a return early in the admin notice feed handler. Let's do that for 3.0.