Opened 3 years ago
Closed 3 years ago
#13494 closed defect (bug) (fixed)
Wrong default capability for read_post in get_post_type_capabilities()
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | Post Types | Version: | 3.0 |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
The function get_post_type_capabilities sets the capability for read_post to edit_my_post_type instead of read_my_post_type. This is fixed by this patch.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [14902]) Fix typo. props rovo89, fixes #13494.