]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/link.php
WordPress 3.4
[autoinstalls/wordpress.git] / wp-admin / link.php
index 922f96cccc4119767234c3ecb11ceef768bf1fe1..9e2d6a86a6bf536b1e8f37198264c0b861f16d2e 100644 (file)
@@ -99,6 +99,9 @@ switch ($action) {
                wp_enqueue_script('link');
                wp_enqueue_script('xfn');
 
+               if ( wp_is_mobile() )
+                       wp_enqueue_script( 'jquery-touch-punch' );
+
                $parent_file = 'link-manager.php';
                $submenu_file = 'link-manager.php';
                $title = __('Edit Link');
@@ -115,4 +118,3 @@ switch ($action) {
        default :
                break;
 }
-?>