Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #23216, comment 80


Ignore:
Timestamp:
05/29/2013 08:35:45 PM (12 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23216, comment 80

    initial v1  
    33Thinking we can drop setting `$data['user_id']`. If a handler needs it it can get_current_user_id() easily (and it's cached).
    44
    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.
     5We 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.