mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
Remove interface.js. Unmaintained, doesn't work with jQuery 1.3, old, crusty, starting to smell like Miss Havisham's cake. fixes #13442
git-svn-id: http://svn.automattic.com/wordpress/trunk@14728 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
49214491ab
commit
d9da871cbd
12
wp-includes/js/jquery/interface.js
vendored
12
wp-includes/js/jquery/interface.js
vendored
File diff suppressed because one or more lines are too long
@ -149,9 +149,6 @@ function wp_default_scripts( &$scripts ) {
|
||||
$scripts->add( 'jquery-color', "/wp-includes/js/jquery/jquery.color$suffix.js", array('jquery'), '2.0-4561m');
|
||||
$scripts->add_data( 'jquery-color', 'group', 1 );
|
||||
|
||||
// deprecated, not used in core
|
||||
$scripts->add( 'interface', '/wp-includes/js/jquery/interface.js', array('jquery'), '1.2' );
|
||||
|
||||
$scripts->add( 'suggest', "/wp-includes/js/jquery/suggest$suffix.js", array('jquery'), '1.1-20090125');
|
||||
$scripts->add_data( 'suggest', 'group', 1 );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user