Make WordPress Core


Ignore:
Timestamp:
11/28/2011 04:37:46 PM (13 years ago)
Author:
nacin
Message:

preventDefault() for link popup 'Cancel'. props ocean90, SergeyBiryukov, fixes #19369.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/script-loader.php

    r19458 r19460  
    263263    $scripts->add( 'admin-bar', "/wp-includes/js/admin-bar$suffix.js", false, '20111127', 1 );
    264264
    265     $scripts->add( 'wplink', "/wp-includes/js/wplink$suffix.js", array( 'jquery', 'wpdialogs' ), '20110929', 1 );
     265    $scripts->add( 'wplink', "/wp-includes/js/wplink$suffix.js", array( 'jquery', 'wpdialogs' ), '20111128', 1 );
    266266    $scripts->localize( 'wplink', 'wpLinkL10n', array(
    267267        'title' => __('Insert/edit link'),
Note: See TracChangeset for help on using the changeset viewer.