Make WordPress Core


Ignore:
Timestamp:
06/02/2007 02:53:09 AM (17 years ago)
Author:
ryan
Message:

Separate AJAX cat adder into post and link flavors. see #4189

File:
1 edited

Legend:

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

    r5631 r5637  
    110110                'how' => __('Separate multiple categories with commas.')
    111111            ) );
     112            $this->add( 'ajaxlinkcat', '/wp-admin/js/link-cat.js', array('listman'), '200700601' );
     113            $this->localize( 'ajaxlinkcat', 'linkcatL10n', array(
     114                'add' => attribute_escape(__('Add')),
     115                'how' => __('Separate multiple categories with commas.')
     116            ) );
    112117            $this->add( 'admin-categories', '/wp-admin/js/categories.js', array('listman'), '3684' );
    113118            $this->add( 'admin-custom-fields', '/wp-admin/js/custom-fields.js', array('listman'), '3733' );
Note: See TracChangeset for help on using the changeset viewer.