Opened 15 years ago
Closed 15 years ago
#13494 closed defect (bug) (fixed)
Wrong default capability for read_post in get_post_type_capabilities()
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | 3.0 |
Component: | Posts, Post Types | Keywords: | has-patch |
Focuses: | 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.