Make WordPress Core


Ignore:
Timestamp:
08/24/2008 06:56:22 AM (16 years ago)
Author:
azaozz
Message:

Reply to comments from admin, first run, see #7435

File:
1 edited

Legend:

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

    r8691 r8720  
    1616    $scripts->add( 'sack', '/wp-includes/js/tw-sack.js', false, '1.6.1' );
    1717
    18     $scripts->add( 'quicktags', '/wp-includes/js/quicktags.js', false, '3958' );
     18    $scripts->add( 'quicktags', '/wp-includes/js/quicktags.js', false, '20080823' );
    1919    $scripts->localize( 'quicktags', 'quicktagsL10n', array(
    2020        'quickLinks' => __('(Quick Links)'),
     
    3535    $scripts->add( 'editor', false, $visual_editor, '20080321' );
    3636
    37     $scripts->add( 'editor_functions', '/wp-admin/js/editor.js', false, '20080710' );
     37    $scripts->add( 'editor_functions', '/wp-admin/js/editor.js', false, '20080823' );
    3838
    3939    // Modify this version when tinyMCE plugins are changed.
     
    104104    $scripts->add( 'jquery-ui-tabs', '/wp-includes/js/jquery/ui.tabs.js', array('jquery-ui-core'), '1.5.2' );
    105105    $scripts->add( 'jquery-ui-sortable', '/wp-includes/js/jquery/ui.sortable.js', array('jquery-ui-core'), '1.5.2' );
     106    $scripts->add( 'jquery-ui-draggable', '/wp-includes/js/jquery/ui.draggable.js', array('jquery-ui-core'), '1.5.2' );
     107    $scripts->add( 'jquery-ui-resizable', '/wp-includes/js/jquery/ui.resizable.js', array('jquery-ui-core'), '1.5.2' );
     108    $scripts->add( 'jquery-ui-dialog', '/wp-includes/js/jquery/ui.dialog.js', array('jquery-ui-resizable', 'jquery-ui-draggable'), '1.5.2' );
    106109
    107110    if ( is_admin() ) {
     
    121124            'strong' => __('Strong')
    122125        ) );
    123         $scripts->add( 'admin-comments', '/wp-admin/js/edit-comments.js', array('wp-lists'), '20080311' );
     126        $scripts->add( 'admin-comments', '/wp-admin/js/edit-comments.js', array('wp-lists', 'jquery-ui-draggable', 'jquery-ui-resizable'), '20080821' );
    124127        $scripts->localize( 'admin-comments', 'adminCommentsL10n', array(
    125128            'pending' => __('%i% pending') // must look like: "# blah blah"
Note: See TracChangeset for help on using the changeset viewer.