mirror of
https://github.com/WordPress/WordPress.git
synced 2024-10-31 15:59:44 +01:00
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( {
|
||||
alt: '',
|
||||
what: 'link-category',
|
||||
response: 'category-ajax-response',
|
||||
addAfter: catAddAfter
|
||||
} );
|
||||
|
Loading…
Reference in New Issue
Block a user