indieweb / wordpress-micropub

A Micropub Endpoint plugin for WordPress
https://wordpress.org/plugins/micropub
51 stars 12 forks source link

Fix #278 #282

Closed janboddez closed 1 year ago

janboddez commented 1 year ago

sanitize_title() expects a string, but $args['post_name'] is, or can be, an array. This change addresses that.