Paul Kevan

Results 113 comments of Paul Kevan

> I also found Port Harcourt do_action on [Past WordCamps page](https://central.wordcamp.org/schedule/past-wordcamps/). I looked on events.wordpress.org but it seems that past events are not available on the events page. > >...

> Should I open a new issue to request to stop sending the currently automated survey emails to WP Events (former next-gen) attendees? We'll want them to fill out the...

I think this is an API problem - I looked the other week and thought it might be an API auth issue, but didn't look further than that.

I think this is due to inheritance from the `blockbase` theme not being available on `Simple` and `Atomic` sites since the `blockbase` theme is a premium theme. When you try...

See: https://github.com/Automattic/themes/issues/5787#issuecomment-2616393173

> Testing > There's good test coverage for this change. Here are some manual testing steps that can be taken. > > Remaining logged in after the update We should...

`psalm` tests seem to be failing due to `HOUR_IN_SECONDS` which is a WP constant, unsure what to do here.

I was able to reproduce this, although chrome on Macos doesn't do the same behaviour (Firefox does). The cause is here: https://github.com/Automattic/jetpack/blob/trunk/projects/plugins/jetpack/extensions/blocks/sharing-buttons/view.js#L42, so it looks like we just need to...

This will probably need to be tested with someone using the filter currently, as I can't find any examples!

Probably preferable just to have one filter - in theory it shouldn't break by adding a parameter (as 1 parameter is the default for all filters), but depends on how...