Opened 8 years ago
Closed 8 years ago
#39509 closed defect (bug) (fixed)
WP_Screen does not set post type on wp-admin/upload.php
Reported by: | postpostmodern | Owned by: | joemcgill |
---|---|---|---|
Milestone: | 4.8 | Priority: | normal |
Severity: | normal | Version: | 4.7 |
Component: | Media | Keywords: | has-patch has-unit-tests commit |
Focuses: | administration | Cc: |
Description
One place this manifests is in the restrict_manage_posts
action in class-wp-media-list-table.php - which passes an empty string as $this->screen->post_type
as it's argument.
Attachments (1)
Change History (9)
#1
@
8 years ago
- Focuses administration added
- Keywords has-patch added
- Milestone changed from Awaiting Review to 4.8
This ticket was mentioned in Slack in #core-media by joemcgill. View the logs.
8 years ago
This ticket was mentioned in Slack in #core-media by joemcgill. View the logs.
8 years ago
This ticket was mentioned in Slack in #core-media by joemcgill. View the logs.
8 years ago
Note: See
TracTickets for help on using
tickets.
fix in class WP_Screen and includesScreen unit test