Opened 14 years ago
Closed 14 years ago
#20405 closed defect (bug) (fixed)
Don't show links to media-new.php on mobile devices
| Reported by: | SergeyBiryukov | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.4 |
| Component: | Administration | Version: | 3.3.1 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
"Media → Add New" link in admin menu is hidden for mobile devices:
http://core.trac.wordpress.org/browser/tags/3.3.1/wp-admin/menu.php#L59
However, there are two more links on Media Library screen (Add New) and in the Toolbar (New → Media).
Since wp-admin/media-new.php has a check against mobile devices, those links lead to a blank screen. We should remove them consistently and probably print an error message if a user somehow ends up on that screen anyway.
Attachments (1)
Change History (5)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In [20422]: