Opened 9 years ago
Closed 9 years ago
#40102 closed defect (bug) (fixed)
WP_Session_Tokens::get_instance() does not have a @return inline doc
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.9 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | General | Keywords: | has-patch |
| Focuses: | docs | Cc: |
Description
Its return should be an instance of a subclass of WP_Session_Tokens, by default WP_User_Meta_Session_Tokens, but it has a filter, so I think WP_User_Meta_Session_Tokens|WP_Session_Tokens is best.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
In 40998: