Mikey Arce
Mikey Arce
Ok, turns out we can't close this quite yet even with the new filter. The main issue right now is that by the time `wp_image_src_get_dimensions` runs, our image path has...
Thanks @mdbitz ! Previously, (before our `srcset` implementation), if Photon was enabled, an image would appear like this: `https://mikey.go-vip.co/wp-content/uploads/2011/07/dcp_2082.jpg?resize=525%2C350` If we turn Photon off, and enable `srcset`: `` If we...
Related: https://github.com/Automattic/jetpack/issues/7291
Just wanted to add some thoughts to this one! MySQL 5.7.5 and up detects functional dependance so if `ONLY_FULL_GROUP_BY` is set on the database, and you run the `get_zone_query()` method,...
@DustinHartzler can you take a look at this one?
Thanks for the report, @jerclarke ! Wanted to add a note that there is a filter, `ef_notification_auto_subscribe_post_author` which can be set to `false` so the author isn't automatically subscribed to...
@jerclarke curious for your thoughts on this proposal: 1. Let's disable the checkbox for the `post_author` and add a notice: If the author is changed, it will auto-subscribe the new...
@jerclarke I like your lightweight suggestion for the UI - good idea!
For this issue, what I would suggest is looking at how you can alter the query here: https://github.com/Automattic/Co-Authors-Plus/blob/master/co-authors-plus.php#L591 The query that's output: ``` SELECT COUNT(wp_posts.ID) FROM wp_posts LEFT JOIN wp_term_relationships...
> I dug into this issue further, and I found out that there is nothing wrong with the current implementation of Edit Flow. > > It turns out the error...