xwp / stream

🗄️ Stream plugin for WordPress
https://wordpress.org/plugins/stream/
GNU General Public License v2.0
405 stars 119 forks source link

Prevent sprintf errors by escaping % in form title #1486

Open krokodok opened 1 month ago

krokodok commented 1 month ago

Fixes #1445.

Straightforward escaping of % in $post->post_title with %% prevents the error.

Checklist

Release Changelog

Release Checklist

Change [ ] to [x] to mark the items as done.

krokodok commented 2 weeks ago

@kasparsd Tried to complete the % escaping, analogue to https://github.com/xwp/stream/pull/1485.