Make WordPress Core


Ignore:
Timestamp:
03/16/2008 08:37:02 PM (17 years ago)
Author:
ryan
Message:

Don't allow duplicate category creation. Props westi and mdawaffe. fixes #3799

File:
1 edited

Legend:

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

    r7316 r7336  
    4242        $this->add( 'prototype', '/wp-includes/js/prototype.js', false, '1.6');
    4343
    44         $this->add( 'wp-ajax-response', '/wp-includes/js/wp-ajax-response.js', array('jquery'), '20080312' );
     44        $this->add( 'wp-ajax-response', '/wp-includes/js/wp-ajax-response.js', array('jquery'), '20080316' );
    4545        $this->localize( 'wp-ajax-response', 'wpAjax', array(
    4646            'noPerm' => 'You do not have permission to do that.',
Note: See TracChangeset for help on using the changeset viewer.