Opened 12 years ago
Closed 12 years ago
#20405 closed defect (bug) (fixed)
Don't show links to media-new.php on mobile devices
Reported by: | SergeyBiryukov | Owned by: | |
---|---|---|---|
Milestone: | 3.4 | Priority: | normal |
Severity: | normal | Version: | 3.3.1 |
Component: | Administration | Keywords: | has-patch |
Focuses: | Cc: |
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.
In [20422]: