Justin Maurer
Justin Maurer
There are months of unanswered issues here and on [wordpress.org](https://wordpress.org/support/plugin/fb-instant-articles/). In that time, Facebook's Creator Studio has pushed a new interface to some users, but not others. I won't list...
… because passing 'strlen' as a callable caused warnings on null values. Fixes #1349. The previously-merged commits did not, in fact, fix this issue. Null values were being passed through...
The RSS footer is using `esc_html()` to sanitize links, but that breaks titles that use ``, ``, ``, or `` tags (a frequent/normal thing on our site). I propose to...
When using Wordfence's 2FA implementation together with HyperDB, the `SELECT ... FOR UPDATE` queries are currently getting interpreted as "not a write query", which causes user authentication to fail on...
My Wordfence scans have been consistently failing recently (yes, I know this isn't the Wordfence repo), and I finally had time to look into why. The error shown in the...
This addresses https://github.com/wp-cli/cron-command/issues/70. This one is sort of complicated to reproduce accurately, but these tests demonstrate that a registered shutdown function _is_ capable of writing to a file, so **the...
Fixes #1068. ## Description Per the #1068 issue, there are some use cases where the 'manage_posts_custom_column' hook is used outside of The Loop. In current versions of the plugin, this...
There are some (I believe, legitimate) cases where the Co-Authors column is failing to generate the correct values. One such example is the exports created in the [Admin Columns](https://wordpress.org/plugins/codepress-admin-columns/) plugin....
## Description Fixes https://github.com/Automattic/Co-Authors-Plus/issues/1092 Quoting the Issue I created (above) > CAP uses this filter, `wpseo_replacements`, to fix Yoast's usage of the `%%name%%` placeholder. However, this filter is also during...