Jeremy Herve
Jeremy Herve
This allows embeds like Videos to look better when using custom block styles such as the "Full Width" embeds. Related discussion: https://github.com/Automattic/jetpack/issues/13187
Steps to reproduce: 1. Enable the plugin, go to your profile. 2. Select only the backup codes' method. 3. Save your changes. 4. The following error is displayed, although the...
An additional $post parameter was added to the filter in core in 4.5: https://core.trac.wordpress.org/changeset/36659 Adding it to the plugin avoids issues when other plugins make use of the filter. Reported...
**Is your feature request related to a problem? Please describe.** The `/github subscribe` command is a great start to start integrating GitHub into our team's Slack channel. However, it does...
#### Changes proposed in this Pull Request: This PR introduces a new action that will run on all issues and PRs in this repo. More details about the action here:...
When registering a CPT, WordPress allows you to define "private" CPT thanks to the `public` parameter: https://codex.wordpress.org/Function_Reference/register_post_type#Parameters When a CPT is set to private, its UI is not shown on...
Fixes #494 The post count in the Users Menu changes when you've linked an account to a guest author. That is not always clear to everyone, as explained in #494....
Fixes https://github.com/Automattic/themes/issues/6068 Fixes #25018 #### Changes proposed in this Pull Request: This addresses an issue that was brought up in https://github.com/Automattic/themes/issues/6068 When themes do not include any styles that reset...
#### Changes proposed in this Pull Request: This should allow us to add issues to specific GitHub Project boards based on the labels used in the issue. It relies on...
Although we can't allow too many changes to the original template since the emails are sent from WordPress.com, it would be nice if we could automatically grab color values defined...