Make WordPress Core


Ignore:
Timestamp:
04/12/2012 12:16:37 AM (12 years ago)
Author:
azaozz
Message:

Don't hide links to the upload form and show an error for mobile devices that cannot upload, see #20410

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/admin-bar.php

    r20422 r20449  
    490490    }
    491491
    492     if ( current_user_can( 'upload_files' ) && ! wp_is_mobile() )
     492    if ( current_user_can( 'upload_files' ) )
    493493        $actions[ 'media-new.php' ] = array( _x( 'Media', 'add new from admin bar' ), 'new-media' );
    494494
Note: See TracChangeset for help on using the changeset viewer.