mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 21:08:44 +01:00
Add jquery and utils dependencies for editor js. Props JohnPBloch, jczorkmid. fixes #15830
git-svn-id: https://develop.svn.wordpress.org/trunk@17000 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c1e26ef82c
commit
c561de13d4
@ -91,7 +91,7 @@ function wp_default_scripts( &$scripts ) {
|
||||
|
||||
$scripts->add( 'colorpicker', "/wp-includes/js/colorpicker$suffix.js", array('prototype'), '3517m' );
|
||||
|
||||
$scripts->add( 'editor', "/wp-admin/js/editor$suffix.js", false, '20091124' );
|
||||
$scripts->add( 'editor', "/wp-admin/js/editor$suffix.js", array('utils','jquery'), '20091124' );
|
||||
|
||||
$scripts->add( 'prototype', '/wp-includes/js/prototype.js', false, '1.6.1');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user