Merge Categories/Hierarchical taxonomies into edit-tags.php. See #11838
git-svn-id: http://svn.automattic.com/wordpress/trunk@12818 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -73,7 +73,7 @@ function wp_create_categories($categories, $post_id = '') {
|
||||
$cat_ids[] = $id;
|
||||
}
|
||||
|
||||
if ($post_id)
|
||||
if ( $post_id )
|
||||
wp_set_post_categories($post_id, $cat_ids);
|
||||
|
||||
return $cat_ids;
|
||||
|
||||
Reference in New Issue
Block a user