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:
parent
0a89479d1c
commit
4e63f31327
|
@ -34,6 +34,7 @@ addLoadEvent( function() {
|
||||||
};
|
};
|
||||||
jQuery('#categorychecklist').wpList( {
|
jQuery('#categorychecklist').wpList( {
|
||||||
alt: '',
|
alt: '',
|
||||||
|
what: 'link-category',
|
||||||
response: 'category-ajax-response',
|
response: 'category-ajax-response',
|
||||||
addAfter: catAddAfter
|
addAfter: catAddAfter
|
||||||
} );
|
} );
|
||||||
|
|
Loading…
Reference in New Issue