Foteini Giannaropoulou

Results 26 comments of Foteini Giannaropoulou

> LGTM. I left some suggestions inline for further improvement, but I'd be fine with merging this and iterating. Thanks @anomiex ! I wanted to update the `README` anyways and...

I was also able to reproduce it on a test site with latest Jetpack and `date_format` being `F j, Y` when viewing the **Weekly** Stats: Hopefully @Automattic/red can take a...

@rob-kne Many thanks for the report! Could you please provide the version of the Jetpack plugin you are using or try updating Jetpack to the latest version and confirm you...

Adding a note here that I've audited the [Sync related part](https://github.com/Automattic/jetpack/blob/trunk/projects/packages/sync/src/modules/class-callables.php#L399), where we apply the `plugin_action_links` filter and we ensure that the corresponding `$actions` argument [is an array](https://github.com/Automattic/jetpack/blob/trunk/projects/packages/sync/src/modules/class-callables.php#L391).

Hi there! As far as Sync is concerned, it looks like the behaviour is the expected one: > But this got me wondering: An old post of Kerry's (p1HpG7-4QY-p2) mentions...

> Why don't we always have a jetpack_connection_active_plugins blog_option for new Atomic sites on the Dotcom database? We recently changed the trigger for updating the `jetpack_connection_active_plugins` to rely on plugin...

I know this is still in progress however I left some related thoughts in D152661-code. Mostly concerns around removing a public method instead of deprecating and the performance cost of...

> Does the fix in [Automattic/jpop-issues#8721](https://github.com/Automattic/jpop-issues/issues/8721) get the proper permalinks? It doesn't for me, I tested that too.. I was testing with the latest WPML version on trunk and adding...

@anomiex Now that my team has tested the functionality, would you mind giving it a look as well? I left a few questions in the PR, hopefully you might have...

The following diff ensures that on WPCOM we rely on `mu-wpcom-plugin` instead of the Jetpack plugin. This needs to be deployed first to avoid deprecation Warnings on WPCOM: D153139-code