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

git-svn-id: http://svn.automattic.com/wordpress/trunk@6774 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-02-10 06:49:46 +00:00
parent 0a89479d1c
commit 4e63f31327
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
} );