Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix broken category links when removing category base
Calls to get_term_link() and get_category_link() should always return a full URL, but wpcom_vip_load_category_base() has been breaking that behaviour. This fix restores the correct functioning by using `home_url()` to ensure there is a full URL.
- Loading branch information