Fix add new category box for links. Props DD32. fixes #5797

git-svn-id: https://develop.svn.wordpress.org/trunk@6774 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-02-10 06:49:46 +00:00
parent ee919bb3b8
commit b8dbba8e45
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ addLoadEvent( function() {
};
jQuery('#categorychecklist').wpList( {
alt: '',
what: 'link-category',
response: 'category-ajax-response',
addAfter: catAddAfter
} );