Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Hide empty categories in categories block. (#13549)
This commit uses hide_empty option during categories request to make sure categories that have no posts are not displayed in the categories block edit view. On the frontend, they are not rendered so the edit view should replicate that. Some categories may still show zero as a count. That happens because these categories have descendant categories with posts associated to them.
- Loading branch information