#25372 closed defect (bug) (fixed)
Replace use of global $user_id in favor of get_current_user_id()
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.7 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | General | Keywords: | has-patch commit |
| Focuses: | Cc: |
Description
To be consistent we should replace all calls to the global var $user_id with get_current_user_id().
Attachments (3)
Change History (9)
Note: See
TracTickets for help on using
tickets.
First pass