Changes between Initial Version and Version 2 of Ticket #19127
- Timestamp:
- 11/03/2011 03:50:59 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19127
- Property Keywords has-patch added
-
Ticket #19127 – Description
initial v2 4 4 5 5 2. A new site in a network, where: 6 a. the user hasn't seen it before for another site, and7 b. is not a super admin.6 a. the user hasn't seen it before for another site, and 7 b. is not a super admin. 8 8 9 9 Attached patch implements this as a new usermeta key. It's also possible to implement this as a blog option which stores the user ID who needs to see it before clearing it, which would keep usermeta bloat down, but we wouldn't be able to patch 2a. As it piggybacks on the same usermeta key for toggling the panel from Screen Options, the implementation is very straightforward.