Make WordPress Core

Changeset 17000


Ignore:
Timestamp:
12/16/2010 05:23:54 PM (15 years ago)
Author:
ryan
Message:

Add jquery and utils dependencies for editor js. Props JohnPBloch, jczorkmid. fixes #15830

File:
1 edited

Legend:

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

    r16963 r17000  
    9292    $scripts->add( 'colorpicker', "/wp-includes/js/colorpicker$suffix.js", array('prototype'), '3517m' );
    9393
    94     $scripts->add( 'editor', "/wp-admin/js/editor$suffix.js", false, '20091124' );
     94    $scripts->add( 'editor', "/wp-admin/js/editor$suffix.js", array('utils','jquery'), '20091124' );
    9595
    9696    $scripts->add( 'prototype', '/wp-includes/js/prototype.js', false, '1.6.1');
Note: See TracChangeset for help on using the changeset viewer.