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

git-svn-id: https://develop.svn.wordpress.org/trunk@16884 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
scribu 2010-12-12 10:29:19 +00:00
parent 589ccc5ac7
commit 1f570675c1
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;