John Blackbourn
John Blackbourn
### Is your enhancement related to a problem? Please describe. A common problem with this extension is mis-detection of the correct schema. For example, a file named `deploy.yml` is assumed...
## Expected behaviour The drivers included in Wordhat should include `update()` methods in their `ContentElement` classes so that a context can call `$this->getDriver()->content->update($args)` to update an existing post. ## Current...
This change means later versions of PHPCS 3.x can be used, rather than just 3.5. Version 3.7 is required for the sniffs to run on PHP 8.1 without triggering deprecated...
On the [repo homepage](https://github.com/humanmade/coding-standards) it looks like version 1.1.1 is the latest, despite there being two newer tags for 1.1.2 and 1.1.3. Can a release be published for each of...
A docblock should be present above all calls to the following: * `do_action()` * `apply_filters()` * `do_action_ref_array()` * `apply_filters_ref_array()` * `do_action_deprecated()` * `apply_filters_deprecated()` A sniff which enforces this would be...
WordPress 5.7 will allow the functions that write to the cron array to return a `WP_Error` object on failure. The various cron filters will also conditionally accept and return `WP_Error`...
# Bug Report ## Expected Behavior When a post is edited and only the post author is changed, this change should be recorded by Stream. ## Actual Behavior No log...
# Bug Report ## Expected Behavior As records appear in real-time on the Network Admin -> Stream screen, they should appear correctly. ## Actual Behavior The "Site" column is missing...
# Bug Report ## Expected Behavior After clicking the "Reset Stream Database" button on a Multisite installation, the user's browser gets redirected back to the same screen. ## Actual Behavior...
Gutenberg blocks can optionally have a corresponding dynamic template that gets rendered server side. An example of this is the rendering of the Latest Posts block that's included in Gutenberg:...