[wp-trac] [WordPress Trac] #20923: Add support for mobile uploads
WordPress Trac
wp-trac at lists.automattic.com
Wed Jun 13 10:50:12 UTC 2012
#20923: Add support for mobile uploads
------------------------------+--------------------
Reporter: koke | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: 3.4.1
Component: Media | Version: 3.4
Severity: normal | Resolution:
Keywords: mobile has-patch |
------------------------------+--------------------
Comment (by koke):
Replying to [comment:7 nacin]:
> We do a lot of things in PHP based on whether the device can upload
When I looked into this, it seemed to me that it was just used for showing
that message:
{{{
$ grep -ri _device_can_upload .
./wp-admin/includes/media.php: if ( ! _device_can_upload() ) {
./wp-includes/class-wp-customize-control.php: if ( !
_device_can_upload() ) {
./wp-includes/functions.php:function _device_can_upload() {
./wp-includes/media.php: 'supported' =>
_device_can_upload(),
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/20923#comment:10>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list