File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/wordpress_markdown_blog_loader Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -448,9 +448,9 @@ def from_wordpress(
448448 blog .author = wordpress .get_user_by_id (post .author ).name
449449 blog .guid = post .guid
450450 blog .categories = [wordpress .categories_by_id [c ] for c in post .categories ]
451- blog .industries = [wordpress .industries_taxonomy_by_id for c in post .industries_taxonomy ]
452- blog .partners = [wordpress .partners_taxonomy_by_id for c in post .partners_taxonomy ]
453- blog .capabilities = [wordpress .capabilities_by_id for c in post .capabilities ]
451+ blog .industries = [wordpress .industries_taxonomy_by_id [ c ] for c in post .industries_taxonomy ]
452+ blog .partners = [wordpress .partners_taxonomy_by_id [ c ] for c in post .partners_taxonomy ]
453+ blog .capabilities = [wordpress .capabilities_by_id [ c ] for c in post .capabilities ]
454454 if post .tags :
455455 blog .tags = [wordpress .tags_by_id [t ] for t in post .tags ]
456456 blog .date = post .date
You can’t perform that action at this time.
0 commit comments