Make WordPress Core


Ignore:
Timestamp:
04/11/2012 02:20:51 AM (12 years ago)
Author:
azaozz
Message:

Add the jQuery UI Touch Punch plugin to handle dragging on mobile devices, props georgestephanis, see #20014

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-form-advanced.php

    r20272 r20433  
    1212
    1313wp_enqueue_script('post');
     14
     15if ( wp_is_mobile() )
     16    wp_enqueue_script( 'jquery-touch-punch' );
    1417
    1518if ( post_type_supports($post_type, 'editor') || post_type_supports($post_type, 'thumbnail') ) {
Note: See TracChangeset for help on using the changeset viewer.