Make WordPress Core

Changeset 10496


Ignore:
Timestamp:
02/04/2009 03:47:08 PM (16 years ago)
Author:
azaozz
Message:

Load farbtastic.js has to be loaded in the head, see #8628

File:
1 edited

Legend:

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

    r10488 r10496  
    369369
    370370        $scripts->add( 'farbtastic', '/wp-admin/js/farbtastic.js', array('jquery'), '1.2' );
    371         $scripts->add_data( 'farbtastic', 'group', 1 );
    372371
    373372        $scripts->add( 'dashboard', "/wp-admin/js/dashboard$suffix.js", array( 'jquery', 'admin-comments', 'postbox' ), '20090201' );
Note: See TracChangeset for help on using the changeset viewer.