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(
|
||||
'what' => 'term',
|
||||
'position' => $level,
|
||||
'supplemental' => $tag
|
||||
'supplemental' => (array) $tag
|
||||
) );
|
||||
$x->send();
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue