Changes between Initial Version and Version 1 of Ticket #23216, comment 80
- Timestamp:
- 05/29/2013 08:35:45 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23216, comment 80
initial v1 3 3 Thinking we can drop setting `$data['user_id']`. If a handler needs it it can get_current_user_id() easily (and it's cached). 4 4 5 We can do a convert_to_screen() but not sure if it will be worth it. The $screen_id is mostly used as an identifier for where the current request comes from so handlers can choose to run only on a particular screen.5 We can do a convert_to_screen() but not sure if it will be worth it. The $screen_id is mostly used as an identifier for where the current request comes from so handlers can choose to run only on data coming from a particular screen.