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:
parent
68e8654875
commit
92a73b942e
|
@ -545,7 +545,7 @@ case 'add-tag' :
|
||||||
$x->add( array(
|
$x->add( array(
|
||||||
'what' => 'term',
|
'what' => 'term',
|
||||||
'position' => $level,
|
'position' => $level,
|
||||||
'supplemental' => $tag
|
'supplemental' => (array) $tag
|
||||||
) );
|
) );
|
||||||
$x->send();
|
$x->send();
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue