Grant Kinney
Grant Kinney
We're seeing more services implement [strict url matching](https://www.oauth.com/oauth2-servers/redirect-uris/redirect-uri-registration/) with the redirect URI during an OAuth 2.0 authentication flow. - This is already implemented for [Instagram basic display API](https://github.com/beaulebens/keyring/blob/2b80ea729f89a7eedc2ea19d85816dd4bb013d6d/includes/services/extended/instagram-basic-display.php#L49) - [Mailchimp...
When I set `onLoadIndividual`, and then open a file locally that is excluded and doesn't exist on the remote, I get an error. For example, if I exclude `.vscode`, and...
## What? Fixes https://github.com/WordPress/gutenberg/issues/55280 - Adds a meta capability for uploading fonts - Adds an editor setting that enables/disables font uploads - Adds capability checks in the Font Library UI...
## What? Register font post types for all requests. ## Why? To ensure the post types are available to inspect or customize. Found while working on https://github.com/WordPress/gutenberg/pull/59294. `$post_type = get_post_type_object(...
This issue is to provide visibility on the progress of the release process of Gutenberg 17.8 and to centralize any conversations about it. The ultimate goal of this issue is...
## What? Hides selected UI elements from the Font Library interface when a user lacks the permissions necessary to create or delete fonts. ## Why? Related to https://github.com/WordPress/gutenberg/issues/55280 Ensures that...
If you create a theme with a name that starts with a digit, it causes PHP errors, because the theme name is used a function prefix and PHP funciton names...
The current theme export options are factual, but they don't help a user decide what's best for their use case. Should I use a child theme? What's the advantage of...
Theme export fields like tags are mostly relevant when distributing the theme on the WP themes repo, less so when using the theme on a single site. We could add...
When exporting a theme, the theme tags section inherits whatever tags are being used in the base theme. These could use some improvements, for starters - A "Deselect all" option,...