Opened 13 years ago
Closed 13 years ago
#15259 closed defect (bug) (fixed)
post-new.php missing permissions feedback for non-post post types
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 3.1 | Priority: | normal |
Severity: | normal | Version: | 3.0 |
Component: | General | Keywords: | has-patch |
Focuses: | Cc: |
Description
Visit post-new.php?post_type=page
as a contributor (or another post type for which the user doesn't have the edit capability). You will see the output of admin-footer.php with no styling.
Patch attached just shows the "Cheatin' uh?" message like edit.php does. Though maybe the old extra text, which only shows for Posts, about asking the admin for permission is still wanted.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [16135]) Die if user doesn't have caps for the post type. Props duck_. fixes #15259