Make WordPress Core


Ignore:
Timestamp:
03/15/2008 04:53:36 PM (18 years ago)
Author:
matt
Message:

Tooltips for media buttons. Hat tip: azaozz.

File:
1 edited

Legend:

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

    r7275 r7311  
    1212
    1313        function default_scripts() {
    14                 $this->add( 'common', '/wp-admin/js/common.js', false, '1.0' );
     14                $this->add( 'common', '/wp-admin/js/common.js', array('jquery'), '1.0' );
    1515                $this->add( 'sack', '/wp-includes/js/tw-sack.js', false, '1.6.1' );
    1616
Note: See TracChangeset for help on using the changeset viewer.