Results 333 comments of Kelly Dwan

This was done via JS in https://github.com/WordPress/wporg-mu-plugins/pull/119, so if we eventually switch over to a core method, that JS can be removed too. Or we can consider this done and...

The `title` tag should include the function in both cases, so it's not a problem with the site. I wonder if Google thinks it's not a real part of the...

True, when I search for `_wp_cron`, it appears in the second result's title. But I'm not sure what we're doing differently, because we have the full title in `` (and...

> Were changes recently made to these pages? There was https://github.com/WordPress/wporg-developer/pull/399, but it didn't change the title on these pages. One thing I noticed while looking is that Google is...

Just noting, that screenshot is the focus state, I'm guessing it's meant as a suggestion. When you tab away, you still loose that "selected" state. I don't _think_ this is...

Also see https://github.com/WordPress/wordpress.org/pull/90 > The block parsing classes in this PR differ from that which is used for Patterns (See https://github.com/WordPress/pattern-directory/tree/trunk/public_html/wp-content/plugins/pattern-translations/includes) as in testing I found issue with it and...

Interesting — this one is a page, not an article, so it wasn't deliberately included in the migration. There's another page, [Site Health: keep your website healthy](https://wordpress.org/support/site-health/), with the same...

@estelaris Could you wait to unpublish these pages until after the redirects from #59 are in place? That way the content is still available for users, and once the issue...

Copying over some comments from https://github.com/WordPress/wporg-developer/pull/59 https://github.com/WordPress/wporg-developer/pull/59#issuecomment-1145535710 > in the function reference, the title/headline represents the code I should write in order to use the function, more or less. Whereas...

We could always go back to a native select element :troll: When building `query-filter`, I expected we would iterate on it to add these sorts of interactions. I think we...