indieweb / wordpress-indieauth

IndieAuth for WordPress
https://wordpress.org/plugins/indieauth/
MIT License
31 stars 11 forks source link

Fix notice: Don't run JSON through wp_kses #205

Closed akirk closed 3 years ago

akirk commented 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.