Make WordPress Core


Ignore:
Timestamp:
03/11/2014 12:03:54 AM (11 years ago)
Author:
azaozz
Message:

wpLink: stop using UI dialog, restyle the modal, add better responsive behaviour.
Fix UI dialog styling to match the rest of the admin styling.
Props avryl, see #26952

File:
1 edited

Legend:

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

    r27445 r27494  
    339339    $scripts->add( 'admin-bar', "/wp-includes/js/admin-bar$suffix.js", array(), false, 1 );
    340340
    341     $scripts->add( 'wplink', "/wp-includes/js/wplink$suffix.js", array( 'jquery', 'wpdialogs' ), false, 1 );
     341    $scripts->add( 'wplink', "/wp-includes/js/wplink$suffix.js", array( 'jquery' ), false, 1 );
    342342    did_action( 'init' ) && $scripts->localize( 'wplink', 'wpLinkL10n', array(
    343343        'title' => __('Insert/edit link'),
Note: See TracChangeset for help on using the changeset viewer.