Opened 11 years ago
Closed 9 years ago
#25681 closed defect (bug) (fixed)
Use the create_posts cap for determining to display of QuickPress Widget.
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.4 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Posts, Post Types | Keywords: | has-patch commit |
Focuses: | administration | Cc: |
Description
Use the create_posts cap for determining to display of QuickPress Widget.
The access to the Add New page and judgment of the menu display of the newly added, create_posts property of the post type is being used. However, the edit_posts authority is specified as the quick post of the dashboard fixed. so if you change the properties of the create_posts of the post,inconsistencies will occur.
You also should use the create_posts property for determining to display of QuickPress Widget.
Attachments (3)
Change History (6)
#1
@
11 years ago
- Component changed from Administration to Posts, Post Types
- Focuses administration added
- Keywords has-patch added
Hello jim912, thanks for the report, I agree with the inconsistency here.
In 25681.patch I also changed the cap in wp-admin/post.php
.
Note: See
TracTickets for help on using
tickets.
Diff file of dashboard.php