Make WordPress Core


Ignore:
Timestamp:
01/10/2008 08:19:58 PM (18 years ago)
Author:
ryan
Message:

Fixes for new categories interface from mdawaffe. fixes #5618

File:
1 edited

Legend:

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

    r6588 r6591  
    6161        ) );
    6262
    63         $this->add( 'wp-lists', '/wp-includes/js/wp-lists.js', array('jquery'), '20080109' );
     63        $this->add( 'wp-lists', '/wp-includes/js/wp-lists.js', array('jquery'), '20080110' );
    6464        $this->localize( 'wp-lists', 'wpListL10n', array(
    6565            'url' => get_option( 'siteurl' ) . '/wp-admin/admin-ajax.php'
     
    109109            $this->add( 'xfn', '/wp-admin/js/xfn.js', false, '3517' );
    110110            $this->add( 'upload', '/wp-admin/js/upload.js', array('jquery'), '20070518' );
    111             $this->add( 'post', '/wp-admin/js/post.js', array('suggest', 'jquery-ui-tabs', 'wp-lists'), '20080109' );
     111            $this->add( 'post', '/wp-admin/js/post.js', array('suggest', 'jquery-ui-tabs', 'wp-lists'), '20080110' );
    112112            $this->localize( 'post', 'postL10n', array(
    113113                'tagsUsed' =>  __('Tags used on this post:'),
Note: See TracChangeset for help on using the changeset viewer.