Fix Parent dropdown after creating a category. Props Utkarsh, garyc40. Fixes #15194

git-svn-id: http://svn.automattic.com/wordpress/trunk@16884 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
scribu 2010-12-12 10:29:19 +00:00
parent 68e8654875
commit 92a73b942e
1 changed files with 1 additions and 1 deletions

View File

@ -545,7 +545,7 @@ case 'add-tag' :
$x->add( array(
'what' => 'term',
'position' => $level,
'supplemental' => $tag
'supplemental' => (array) $tag
) );
$x->send();
break;