Make WordPress Core

Changeset 5636


Ignore:
Timestamp:
06/02/2007 01:01:57 AM (18 years ago)
Author:
rob1n
Message:

Don't queue Prototype or Interface, just jQuery.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/index.php

    r5580 r5636  
    1414}
    1515add_action( 'admin_head', 'index_js' );
    16 wp_enqueue_script('prototype');
    17 wp_enqueue_script('interface');
     16
     17wp_enqueue_script( 'jquery' );
    1818
    1919$title = __('Dashboard');
Note: See TracChangeset for help on using the changeset viewer.