Opened 9 years ago
Closed 9 years ago
#39502 closed defect (bug) (fixed)
Fix DocBlocks in class WP_User
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.8 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Users | Keywords: | has-patch |
| Focuses: | docs | Cc: |
Description
The @since tag is missing for the property $back_compat_keys and method init().
The @access tag for the property $filter is set to private where it should be public. See #39278
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Fix DocBlocks