Results 333 comments of Kelly Dwan

That's a separate issue, so I've created https://github.com/WordPress/Learn/issues/3027.

I looked into this for a short time today. The issue is that the localized Learn site is not a Rosetta site, so [all the code](https://github.com/WordPress/wporg-mu-plugins/blob/718e2ce76842a868bb4a30beeecba160ac418d76/mu-plugins/blocks/global-header-footer/blocks.php#L349-L357) that switches out the...

The dropdowns are working for me on profiles.w.org, with no console errors. Maybe you have an older script cached, does this still happen if you clear you cache?

As we've talked about before, we don't have a central place where these are set, it's on a case-by-case/site-by-site basis. So changing them "everywhere" is complicated. Can you audit the...

The `curation` param should be a string, that is expected — it was added almost a year ago https://github.com/WordPress/pattern-directory/pull/583 But the core request could also create a query with a...

With #689, the `curation=core` requests no longer error, but I don't think it's returning correctly. These two queries should return the same set of results, since `curation=core` is the same...

> Hmmm, I guess it used to work? Yeah, the frontend used to be JS-powered, so it used the API too. Now it's not, so it doesn't used ES at...

Yes, it should still use ES on the frontend too (not just the API).

> In other words, applying both word-break: auto-phrase and text-wrap: balance seems redundant to me. They do two different things— `text-wrap: balance` is for design, so that headings (in any...

> Would it be possible to ensure that this CSS applies only to headings and does not affect body text? I believe this would make the text feel more natural...