Closed akirk closed 3 years ago
After #198 was applied, I get this message in wp-admin:
Notice: Trying to get property 'message' of non-object in wp-content/plugins/indieauth/includes/class-indieauth-admin.php on line 220
This is because JSON is run through wp_kses. This brings back direct output of the JSON.
After #198 was applied, I get this message in wp-admin:
This is because JSON is run through wp_kses. This brings back direct output of the JSON.