Changes between Initial Version and Version 1 of Ticket #48333, comment 7
- Timestamp:
- 11/21/2019 07:18:00 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #48333, comment 7
initial v1 5 5 This was in the initial patch but was removed for that reason. 6 6 7 Another possible solution would be to set a transient when that message is needed, and remove it when the message is displayed. However that writes to the DB, twice. Still probably a better approach as these DB writes will only happen for logged-in users .7 Another possible solution would be to set a transient when that message is needed, and remove it when the message is displayed. However that writes to the DB, twice. Still probably a better approach as these DB writes will only happen for logged-in users only when they click "remind me later".