Make WordPress Core


Ignore:
Timestamp:
10/31/2007 03:53:32 AM (18 years ago)
Author:
ryan
Message:

AJAX for link category add and delete. Props mdawaffe. fixes #5291

File:
1 edited

Legend:

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

    r6287 r6299  
    116116                'how' => __('Separate multiple categories with commas.')
    117117            ) );
    118             $this->add( 'admin-categories', '/wp-admin/js/categories.js', array('wp-lists'), '20070823' );
     118            $this->add( 'admin-categories', '/wp-admin/js/categories.js', array('wp-lists'), '20071031' );
    119119            $this->add( 'admin-custom-fields', '/wp-admin/js/custom-fields.js', array('wp-lists'), '20070823' );
    120120            $this->add( 'admin-comments', '/wp-admin/js/edit-comments.js', array('wp-lists'), '20070822' );
Note: See TracChangeset for help on using the changeset viewer.