Issues with managing pages screen not loading your pages
Posted: Tue Sep 04, 2018 8:19 am
A few users were having an issue where their manage pages screen didn't actually load their pages. This has been resolved. There was an issue with non-English characters causing json_encode not to return a string. Now the data is encoded in UTF-8 before going through json_encode and all is working again.