Opened 10 years ago
Closed 9 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 |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.8 |
| Component: | Media | Version: | 4.7 |
| Severity: | normal | Keywords: | has-patch has-unit-tests commit |
| Cc: | Focuses: | administration |
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
@
10 years ago
- Focuses administration added
- Keywords has-patch added
- Milestone Awaiting Review → 4.8
This ticket was mentioned in Slack in #core-media by joemcgill. View the logs.
9 years ago
This ticket was mentioned in Slack in #core-media by joemcgill. View the logs.
9 years ago
This ticket was mentioned in Slack in #core-media by joemcgill. View the logs.
9 years ago
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
fix in class WP_Screen and includesScreen unit test