Make WordPress Core


Ignore:
Timestamp:
01/10/2008 09:39:35 AM (17 years ago)
Author:
matt
Message:

New experimental category interface, fixes #5618. Hat tip: mdawaffe.

File:
1 edited

Legend:

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

    r6587 r6588  
    6161        ) );
    6262
    63         $this->add( 'wp-lists', '/wp-includes/js/wp-lists.js', array('jquery'), '20071101' );
     63        $this->add( 'wp-lists', '/wp-includes/js/wp-lists.js', array('jquery'), '20080109' );
    6464        $this->localize( 'wp-lists', 'wpListL10n', array(
    6565            'url' => get_option( 'siteurl' ) . '/wp-admin/admin-ajax.php'
     
    8585        $this->add( 'schedule', '/wp-includes/js/jquery/jquery.schedule.js', array('jquery'), '20');
    8686        $this->add( 'thickbox', '/wp-includes/js/thickbox/thickbox.js', array('jquery'), '3.1');
     87
     88        $this->add( 'jquery-ui-tabs', '/wp-includes/js/jquery/ui.tabs.js', array('jquery'), '3' );
    8789
    8890        if ( is_admin() ) {
     
    107109            $this->add( 'xfn', '/wp-admin/js/xfn.js', false, '3517' );
    108110            $this->add( 'upload', '/wp-admin/js/upload.js', array('jquery'), '20070518' );
    109             $this->add( 'post', '/wp-admin/js/post.js', array('suggest'), '20080102' );
     111            $this->add( 'post', '/wp-admin/js/post.js', array('suggest', 'jquery-ui-tabs', 'wp-lists'), '20080109' );
    110112            $this->localize( 'post', 'postL10n', array(
    111113                'tagsUsed' =>  __('Tags used on this post:'),
     
    138140                'confirmText' => __("Are you sure you want to delete the file '%title%'?\nClick ok to delete or cancel to go back.")
    139141            ) );
    140             $this->add( 'admin-widgets', '/wp-admin/js/widgets.js', array( 'interface' ), mt_rand() );
     142            $this->add( 'admin-widgets', '/wp-admin/js/widgets.js', array( 'interface' ), '20080109' );
    141143        }
    142144    }
Note: See TracChangeset for help on using the changeset viewer.