Make WordPress Core

Changeset 14728


Ignore:
Timestamp:
05/18/2010 06:34:36 PM (13 years ago)
Author:
ryan
Message:

Remove interface.js. Unmaintained, doesn't work with jQuery 1.3, old, crusty, starting to smell like Miss Havisham's cake. fixes #13442

Location:
trunk/wp-includes
Files:
1 deleted
1 edited

Legend:

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

    r14725 r14728  
    149149    $scripts->add( 'jquery-color', "/wp-includes/js/jquery/jquery.color$suffix.js", array('jquery'), '2.0-4561m');
    150150    $scripts->add_data( 'jquery-color', 'group', 1 );
    151 
    152     // deprecated, not used in core
    153     $scripts->add( 'interface', '/wp-includes/js/jquery/interface.js', array('jquery'), '1.2' );
    154151
    155152    $scripts->add( 'suggest', "/wp-includes/js/jquery/suggest$suffix.js", array('jquery'), '1.1-20090125');
Note: See TracChangeset for help on using the changeset viewer.