mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-23 00:31:28 +01:00
Load farbtastic.js has to be loaded in the head, see #8628
git-svn-id: http://svn.automattic.com/wordpress/trunk@10496 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6bb375e113
commit
89b22179ee
@ -368,7 +368,6 @@ function wp_default_scripts( &$scripts ) {
|
||||
) );
|
||||
|
||||
$scripts->add( 'farbtastic', '/wp-admin/js/farbtastic.js', array('jquery'), '1.2' );
|
||||
$scripts->add_data( 'farbtastic', 'group', 1 );
|
||||
|
||||
$scripts->add( 'dashboard', "/wp-admin/js/dashboard$suffix.js", array( 'jquery', 'admin-comments', 'postbox' ), '20090201' );
|
||||
$scripts->add_data( 'dashboard', 'group', 1 );
|
||||
|
Loading…
Reference in New Issue
Block a user